print.dive {scuba} | R Documentation |
Print a Dive Profile
Description
Print a dive profile.
Usage
## S3 method for class 'dive'
print(x, ..., seconds=TRUE)
Arguments
x |
The dive profile. An object of class |
... |
Arguments passed to |
seconds |
Flag indicating whether to print elapsed time to the
nearest second (if |
Details
A representation of the dive profile is printed.
Value
NULL.
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au.
See Also
Examples
# 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))
[Package scuba version 1.11-1 Index]