Description Objects from the Class Slots Author(s) See Also Examples
Details of model used to identify the different phases of a dive.
Objects can be created by calls of the
form new("diveModel", ...).
‘diveModel’ objects contain all relevant details of the process
to identify phases of a dive. Objects of this class are typically
generated during depth calibration, using
calibrateDepth, more specifically
.cutDive.
label.matrix:Object of class "matrix". A
2-column character matrix with row numbers matching each
observation to the full TDR object, and a vector
labelling the phases of each dive.
dive.spline:Object of class "smooth.spline".
Details of cubic smoothing spline fit (see
smooth.spline).
spline.deriv:Object of class "list". A list
with the first derivative of the smoothing spline (see
predict.smooth.spline).
descent.crit:Object of class "numeric". The
index of the observation at which the descent was deemed to have
ended (from initial surface observation).
ascent.crit:Object of class "numeric". the
index of the observation at which the ascent was deemed to have
ended (from initial surface observation).
descent.crit.rate:Object of class "numeric".
The rate of descent corresponding to the critical quantile
used.
ascent.crit.rate:Object of class "numeric".
The rate of ascent corresponding to the critical quantile
used.
Sebastian P. Luque spluque@gmail.com
1 | showClass("diveModel")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.