dtime: dtime

View source: R/methods_dive.R

dtimeR Documentation

dtime

Description

dtime retrieve the depth time of a singular or multiple dive sequence.

Usage

dtime(object)

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

## S3 method for class 'ndive'
dtime(object)

Arguments

object

is a DiveR object. There are methods for dive objects.

Value

a single numeric value

Author(s)

Jaunatre Maxime <maxime.jaunatre@yahoo.fr>

Examples

# Simple dive
dtime(dive(20,40))
# Multiple dives
dtime(ndive(dive(20,40), dive(15, 80), inter = 540))


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