ppO2 {scuba} | R Documentation |
Oxygen Partial Pressures
Description
Computes the partial pressure of oxygen at each stage during a dive.
Usage
ppO2(d)
Arguments
d |
The dive profile. An object of class |
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.
Value
A data frame with columns time
and ppO2
.
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au.
See Also
Examples
data(pedro)
plot(ppO2(pedro902), type="l")
[Package scuba version 1.11-1 Index]