time_at_depth.Rd
Find the time for a given depth and dive.
time_at_depth(dive, depth)
dive object.
dive
positive numeric value in meter
Jaunatre Maxime <maxime.jaunatre@yahoo.fr>
time_at_depth(dive(20,40), 3) #> [1] 0.0 41.7 44.7time_at_depth(dive(20,40), 10) #> [1] 0 41time_at_depth(dive(20,40), 20) #> [1] 0 40