Computes the partial pressure of oxygen at each stage during a dive.
Usage
ppO2(d)
Arguments
d
The dive profile. An object of class "dive".
Value
A data frame with columns time and ppO2.
Details
This function computes the partial pressure of oxygen at each stage of the
dive profile. The result is a data frame with two columns: time
giving the elapsed time, and ppO2 giving the partial pressure
of oxygen (in atmospheres) in the current breathing gas at the current depth.