dtr | R Documentation |
dtr
retrieve time from end dive time to the surface including
desaturation time
dtr(object) ## S3 method for class 'dive' dtr(object)
object |
is a DiveR object. This method is defined for
|
It returns a numeric with the duration of the ascent to end of the dive.
Jaunatre Maxime <maxime.jaunatre@yahoo.fr>
dtr(dive(20,40)) # absurd slowness with ascent_speed = 1 dtr(dive(20,40, ascent_speed = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.