expand depth and time to a dtcurve data.frame

init_dtcurve(depth, time, ascent_speed = 10, way = c("OW", "WB"))

Arguments

depth

Depth of the dive in meter. Need to be positive values. A single value will result in square dive.

time

Duration of the dive in minute. Need to be positive values. A single value will result in square dive.

ascent_speed

Ascent_speed in meter/minute. 10 m/min by default. Most dive table advice to limite this speed to 20M/min maximum.

way

If the dive is one way (one way : 'OW') or if the diver return by the same depth (way back : 'WB').

Author

Jaunatre Maxime <maxime.jaunatre@yahoo.fr>