diveModel-class: Class "diveModel" for representing a model for identifying...

Description Objects from the Class Slots Author(s) See Also Examples

Description

Details of model used to identify the different phases of a dive.

Objects from the Class

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.

Slots

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.

Author(s)

Sebastian P. Luque spluque@gmail.com

See Also

getDiveDeriv, plotDiveModel

Examples

1
showClass("diveModel")

diveMove documentation built on May 2, 2019, 4:47 p.m.