scuba-internal {scuba}R Documentation

Internal scuba functions

Description

Internal scuba functions.

Usage

chop.dive(d, tim)
depths.dive(d)
is.dive(x)
is.gas(x)
is.rate(x)
nitroxname(fO2)
## S3 method for class 'gas':
print(x, ...)
## S3 method for class 'rate':
print(x, ...)
## S3 method for class 'summary.dive':
print(x, ...)
## S3 method for class 'summary.gas':
print(x, ...)
rate(speed, time, up)
## S3 method for class 'dive':
summary(object, ...)
## S3 method for class 'gas':
summary(object, ...)
times.dive(d)
timetaken(start, finish, uprate, downrate)

Details

Not yet documented.


[Package scuba version 1.1-9 Index]