time_at_depth: time at depth

View source: R/attributes.R

time_at_depthR Documentation

time at depth

Description

Find the time for a given depth and dive.

Usage

time_at_depth(dive, depth)

Arguments

dive

dive object.

depth

positive numeric value in meter

Author(s)

Jaunatre Maxime <maxime.jaunatre@yahoo.fr>

Examples

time_at_depth(dive(20,40), 3)
time_at_depth(dive(20,40), 10)
time_at_depth(dive(20,40), 20)


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