print.dive {scuba} | R Documentation |
Print a dive profile.
## S3 method for class 'dive': print(x, ..., seconds=TRUE)
x |
The dive profile. An object of class "dive"
created by dive .
|
... |
Arguments passed to print.default .
|
seconds |
Flag indicating whether to print elapsed time to the
nearest second (if TRUE ) or to the nearest minute (if FALSE ).
|
A representation of the dive profile is printed.
NULL.
Adrian Baddeley adrian@maths.uwa.edu.au http://www.maths.uwa.edu.au/~adrian/
# 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))