depth.conso | R Documentation |
depth
retrieve the maximum depth of a singular or multiple dive
sequence. As conso has a dive inside, the depth function also works on it.
## S3 method for class 'conso' depth(object) depth(object) ## S3 method for class 'dive' depth(object) ## S3 method for class 'ndive' depth(object)
object |
is a DiveR object. There are methods for
|
It returns a numeric with the depth of the dive.
Is a vector if working on ndive
object
Jaunatre Maxime <maxime.jaunatre@yahoo.fr>
# Simple dive depth(dive(20,40)) # Multiple dives depth(ndive(dive(20,40), dive(15, 80), inter = 540))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.