A data.frame
with one row per dive detected
(durations are in s, and linear variables in m):
begdescA POSIXct
object, specifying the start time of
each dive.
enddescA POSIXct
object, as begdesc
indicating
descent's end time.
begascA POSIXct
object, as begdesc
indicating
the time ascent began.
desctimDescent duration of each dive.
botttimBottom duration of each dive.
asctimAscent duration of each dive.
divetimDive duration.
descdistNumeric vector with last descent depth.
bottdistNumeric vector with the sum of absolute depth
differences while at the bottom of each dive; measure of amount of
“wiggling” while at bottom.
ascdistNumeric vector with first ascent depth.
bottdep.meanMean bottom depth.
bottdep.medianMedian bottom depth.
bottdep.sdStandard deviation of bottom depths.
maxdepNumeric vector with maximum depth.
desc.tdistNumeric vector with descent total distance,
estimated from speed.
desc.mean.speedNumeric vector with descent mean speed.
desc.angleNumeric vector with descent angle, from the surface
plane.
bott.tdistNumeric vector with bottom total distance, estimated
from speed.
bott.mean.speedNumeric vector with bottom mean speed.
asc.tdistNumeric vector with ascent total distance, estimated
from speed.
asc.mean.speedNumeric vector with ascent mean speed.
asc.angleNumeric vector with ascent angle, from the bottom
plane.
postdive.durPostdive duration.
postdive.tdistNumeric vector with postdive total distance,
estimated from speed.
postdive.mean.speedNumeric vector with postdive mean speed.
If depth.deriv=TRUE, 21 additional columns with the minimum,
first quartile, median, mean, third quartile, maximum, and standard
deviation of the depth derivative for each phase of the dive. The
number of columns also depends on argument speed.
stampDive returns a data.frame with phase number,
activity, and start and end times for each dive.