| param | R Documentation |
Extracts the tissue compartment parameters from a Haldane type decompression model.
param(model, species = "N2", what = "HalfT")
model |
The decompression model. An object of class |
species |
Character string.
The inert gas for which parameters are required:
|
what |
Character string.
The parameter required: |
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).
See hm for explanation of the parameters.
A vector containing the values of the specified parameter for
each tissue compartment. If the model does not contain this data,
NULL is returned.
.
hm,
pickmodel
# halftimes for the DSAT model
param(pickmodel("DSAT"), "N2", "HalfT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.