print.dive: Print a Dive Profile

View source: R/dive.R

print.diveR 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 "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).

Details

A representation of the dive profile is printed.

Value

NULL.

Author(s)

\adrian

.

See Also

dive, plot.dive

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))

scuba documentation built on Oct. 18, 2022, 5:06 p.m.