Learn R Programming

diveMove (version 1.3.1)

diveModel-class: Class "diveModel" for representing a model for identifying dive phases

Description

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

Arguments

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.

See Also

getDiveDeriv, plotDiveModel

Examples

Run this code
showClass("diveModel")

Run the code above in your browser using DataLab