dtr: dtr

View source: R/methods_dive.R

dtrR Documentation

dtr

Description

dtr retrieve time from end dive time to the surface including desaturation time

Usage

dtr(object)

## S3 method for class 'dive'
dtr(object)

Arguments

object

is a DiveR object. This method is defined for dive objects.

Value

It returns a numeric with the duration of the ascent to end of the dive.

Author(s)

Jaunatre Maxime <maxime.jaunatre@yahoo.fr>

Examples

dtr(dive(20,40))
# absurd slowness with ascent_speed = 1
dtr(dive(20,40, ascent_speed = 1))


gowachin/DiveR documentation built on March 26, 2022, 3:53 a.m.