Learn R Programming

scuba (version 1.11-1)

END: Equivalent Air Depth

Description

Computes the Equivalent Narcotic Depth for a Trimix mixture at given depth.

Usage

END(depth, g)

Value

Numeric value or vector giving the Equivalent Narcotic Depth in metres for each value of depth.

Arguments

depth

depth of dive, in metres. A numeric value or a vector of values.

g

The breathing gas. An object of class "gas".

Warnings

This function does not check whether the breathing gas would be safe (it could be hypoxic or toxic at the depth in question). It is not applicable to altitude dives.

Author

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

Details

Applies the standard formula for equivalent narcotic depth: the depth at which compressed air would have the same partial pressure of narcotic gases as the specified gas g at the specified depth (assuming that both Nitrogen and Oxygen are narcotic).

See Also

ead

Examples

Run this code
  # Trimix 18/50
  #            (18% oxygen, 50% helium) 
  END(30, trimix(0.18, 0.5))

Run the code above in your browser using DataLab