TDR-methods {diveMove}R Documentation

Methods for querying "TDR" class objects

Description

Functions for extracting and visualizing data from the above mentioned class.

Usage

extractDive(obj, diveNo, id)
depth(x)
dtime(x)
velocity(x)
tdrTime(x)

Arguments

obj, x a “TDR” object or inheriting from it. For extractDive, it can also be a “TDRcalibrate” object.
diveNo a numeric vector of integers specifying the dive(s) to be extracted.
id a numeric vector of integers specifying where matches for diveNo should be sought. It can be missing when obj is a TDRcalibrate objects.

Details

extractDive extracts all data from a particular dive number or set of dive numbers.

depth, dtime, velocity, and tdrTime extract depth, sampling interval, velocity, and time, respectively.

Author(s)

Sebastian P. Luque spluque@gmail.com


[Package diveMove version 0.1-6 Index]