powered by
Computes the Maximum Operating Depth for a given gas mixture.
mod(g, ppO2max=1.4)
The maximum operating depth for this gas.
Breathing gas. An object of class "gas" or a number giving the fraction (between 0 and 1) of oxygen in a nitrox mixture.
"gas"
maximum permitted partial pressure of oxygen in atmospheres absolute
Not applicable to altitude dives. Does not check whether the gas would be hypoxic at the surface.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au.
Computes the maximum depth at which the partial pressure of oxygen does not exceed ppO2max.
ppO2max
ead, eadtable, maxmix
ead
eadtable
maxmix
# Nitrox I (32% oxygen) mod(0.32) # Nitrox II (36% oxygen) mod(nitrox(0.36)) # Trimix 15/50 mod(trimix(0.15, 0.5))
Run the code above in your browser using DataLab