param {scuba} | R Documentation |
Extract parameters from Haldane model
Description
Extracts the tissue compartment parameters from a Haldane type decompression model.
Usage
param(model, species = "N2", what = "HalfT")
Arguments
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: |
Details
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.
Value
A vector containing the values of the specified parameter for
each tissue compartment. If the model does not contain this data,
NULL
is returned.
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au.
See Also
Examples
# halftimes for the DSAT model
param(pickmodel("DSAT"), "N2", "HalfT")