TDR-methods {diveMove} | R Documentation |
Functions for extracting and visualizing data from the above mentioned class.
extractDive(obj, diveNo, id) depth(x) dtime(x) velocity(x) tdrTime(x)
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. |
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.
Sebastian P. Luque spluque@gmail.com