ead(depth, g)
eadtable(g, ppO2max=1.4)
"gas"
or a number specifying the fraction (between 0 and 1) of oxygen in the
nitrox mixture.ead
, the Equivalent Air Depth in metres for each
value of depth
;
for eadtable
, a data frame containing depths and Equivalent
Air Depth values, for a range of depths up to the maximum permitted
by ppO2max
. ead
returns negative values for sufficiently shallow depths.
In eadtable
these values are blank.
Not applicable to altitude dives. Not applicable to
gas mixtures other than nitrox (oxygen-nitrogen mixtures).
mod
,
maxmix
# Nitrox I (32\% oxygen) at 20 metres
ead(20, 0.32)
# Nitrox I table of EAD's
eadtable(0.32)
# Nitrox II (36\% oxygen) at a range of depths
ead(10:25, 0.36)
Run the code above in your browser using DataLab