Learn R Programming

scuba (version 1.11-1)

Bookspan: Tissue data from Bookspan's book

Description

Data for several decompression models of Haldane type, giving the tissue halftimes for Nitrogen and the M-values (maximum tolerated partial pressure of Nitrogen for surfacing).

Arguments

Format

The dataset Bookspan is a list with the following entries:

Halftimes

Halftimes data. A list with entries

Haldanehalftimes for Haldane's original model
USNhalftimes for US Navy original model
DSAThalftimes for DSAT model
OrcaEdgehalftimes for OrcaEdge computer
MicroBrainhalftimes for MicroBrain computer
ZHL12halftimes for ZH-L12 model

Mvalues.ata

surfacing M-values in ata (atmospheres absolute). A list with entries

HaldaneM-values for Haldane's original model
USNM-values for US Navy original model
DSATM-values for DSAT model

Mvalues.fsw

surfacing M-values in fsw (feet of seawater). A list with the same structure as Mvalues.fsw.

Author

Adrian Baddeley Adrian.Baddeley@curtin.edu.au.

Details

Bookspan (1995) tabulates the parameters of several different decompression models of the classical Haldane type. The basic parameters for such a model are

halftimes:

the Nitrogen diffusion halftime (in minutes) for each tissue in the model

M-values:

the maximum partial pressure of Nitrogen in each tissue which would be tolerated without symptoms at an ambient pressure of 1 atmosphere (the ``surfacing M-value'').

The data tabulated in Bookspan (1995, page 16) purportedly give the halftimes for Haldane's original model, the original US Navy model, the DSAT model (basis of PADI repetitive dive planner), the OrcaEdge, MicroBrain and Aladin dive computers, and the Buehlmann ZH-L12 model.

The data tabulated in Bookspan (1995, page 23) give the corresponding M-values (in fsw) for the US Navy and DSAT models only.

These parameters are all contained in the dataset Bookspan.

References

Bookspan, J. (1995) Diving physiology in plain English. Undersea and Hyperbaric Medicine Society, Kensington, Maryland (USA). ISBN 0-930406-13-3.

Examples

Run this code
   data(Bookspan)
   Bookspan$Halftimes$DSAT

Run the code above in your browser using DataLab