dtime | R Documentation |
dtime
retrieve the depth time of a singular or multiple dive sequence.
dtime(object) ## S3 method for class 'dive' dtime(object) ## S3 method for class 'ndive' dtime(object)
object |
is a DiveR object. There are methods for
|
a single numeric value
Jaunatre Maxime <maxime.jaunatre@yahoo.fr>
# Simple dive dtime(dive(20,40)) # Multiple dives dtime(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.