powered by
Extracts the tissue compartment parameters from a Haldane type decompression model.
param(model, species = "N2", what = "HalfT")
A vector containing the values of the specified parameter for each tissue compartment. If the model does not contain this data,
NULL is returned.
NULL
The decompression model. An object of class "hm".
"hm"
Character string. The inert gas for which parameters are required: "N2" for nitrogen or "He" for helium.
"N2"
"He"
Character string. The parameter required: "HalfT" for half-times, "M0" for surfacing M-values, or "dM" for slopes of M-values.
"HalfT"
"M0"
"dM"
Adrian Baddeley Adrian.Baddeley@curtin.edu.au.
This command extracts the tissue compartment parameters from a Haldane-type decompression model.
The argument model should be an object of class "hm" (created by hm or obtained using pickmodel).
model
hm
pickmodel
See hm for explanation of the parameters.
hm, pickmodel
# halftimes for the DSAT model param(pickmodel("DSAT"), "N2", "HalfT")
Run the code above in your browser using DataLab