Learn R Programming

scuba (version 1.11-1)

scuba-internal: Internal scuba functions

Description

Internal scuba functions.

Usage

allspecies(d, inert)
# S3 method for gas
as.character(x, ...)
# S3 method for hm
as.data.frame(x, ...)
capable(model, g, what)
conform(state, model)
dive.segment(d, i)
is.dive(x)
is.gas(x)
is.rate(x)
gasnames(fO2, fN2=1-fO2, fHe=1 - fO2 - fN2, ..., full=FALSE)
# S3 method for gas
print(x, ...)
# S3 method for hm
print(x, ...)
# S3 method for rate
print(x, ...)
# S3 method for summary.dive
print(x, ...)
# S3 method for summary.gas
print(x, ...)
# S3 method for summary.hm
print(x, ...)
rate(speed, time, up)
reconcile.df(df, tanks)
resolve.defaults(...)
# S3 method for dive
summary(object, ...)
# S3 method for gas
summary(object, ...)
# S3 method for hm
summary(object, ...)
timetaken(start, finish, uprate, downrate)

Arguments

Details

Not yet documented.