powered by
Print a dive profile.
# S3 method for dive print(x, ..., seconds=TRUE)
NULL.
The dive profile. An object of class "dive" created by dive.
"dive"
dive
Arguments passed to print.default.
print.default
Flag indicating whether to print elapsed time to the nearest second (if TRUE) or to the nearest minute (if FALSE).
TRUE
FALSE
Adrian Baddeley Adrian.Baddeley@curtin.edu.au.
A representation of the dive profile is printed.
dive, plot.dive
plot.dive
# Dive to 25 m for 20 min with safety stop dive(c(25,20),c(5,5)) # Dive to 18 m for 30 min with safety stop, on Nitrox EANx 36 dive(nitrox(0.36), c(18,30), c(5,3))
Run the code above in your browser using DataLab