Learn R Programming

scuba (version 1.8-0)

saturated.state: Saturated Tissue State

Description

Computes the amount of inert gas in each compartment of a diver who has reached equilibrium with the breathing gas at the specified depth. The default is a fresh diver with no diving history.

Usage

saturated.state(model="D", depth = 0, g = air)

Arguments

model
The decompression model. An object of class "hm". Defaults to the DSAT (PADI) model.
depth
The diving depth at which saturation is achieved. A single number.
g
The breathing gas. An object of class "gas".

Value

A data frame, with one row for each compartment of the model, and one column for each inert gas in the model (N2 and/or He). Entries in the data frame are tissue tensions in ata.

Details

A Haldane-type decompression model describes the diver's body as a set of independent compartments connected directly to the breathing gas and governed by classical diffusion.

This command computes the amount of inert gas in each compartment of a diver who has reached equilibrium with the breathing gas at the specified depth.

The default is a fresh diver (in equilibrium with air at the surface at sea level).

See Also

hm, haldane, nitrox, trimix

Examples

Run this code
  fresh <- saturated.state()
  deep  <- saturated.state("ZH", 80, trimix(0.15, 0.5))

Run the code above in your browser using DataLab