scuba-internal {scuba}R Documentation

Internal scuba functions

Description

Internal scuba functions.

Usage

M0mix(model, fN2, fHe)
allspecies(d, inert)
## S3 method for class 'gas':
as.character(x, ...)
## S3 method for class '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 class 'gas':
print(x, ...)
## S3 method for class 'hm':
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, ...)
## S3 method for class 'summary.hm':
print(x, ...)
rate(speed, time, up)
reconcile.df(df, tanks)
resolve.defaults(...)
## S3 method for class 'dive':
summary(object, ...)
## S3 method for class 'gas':
summary(object, ...)
## S3 method for class 'hm':
summary(object, ...)
timetaken(start, finish, uprate, downrate)

Details

Not yet documented.


[Package scuba version 1.2-2 Index]