mod(scuba)
mod()所属R语言包:scuba
Maximum Operating Depth
最大工作深度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the Maximum Operating Depth for a given gas mixture.
计算最大工作深度为给定的气体混合物。
用法----------Usage----------
mod(g, ppO2max=1.4)
参数----------Arguments----------
参数:g
Breathing gas. An object of class "gas" or a number giving the fraction (between 0 and 1) of oxygen in a nitrox mixture.
吸入气体。类"gas"或给予的分数(0和1之间)的氧气中的氮氧混合物的数量的一个目的。
参数:ppO2max
maximum permitted partial pressure of oxygen in atmospheres absolute
最大允许绝对大气压的氧分压
Details
详细信息----------Details----------
Computes the maximum depth at which the partial pressure of oxygen does not exceed ppO2max.
计算的最大深度在氧的分压不超过ppO2max。
值----------Value----------
The maximum operating depth for this gas.
此气体的最大操作深度。
警告----------Warnings----------
Not applicable to altitude dives. Does not check whether the gas would be hypoxic at the surface.
不适用于高度潜。不检查在表面的气体是否会缺氧。
(作者)----------Author(s)----------
Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
参见----------See Also----------
ead, eadtable, maxmix
ead,eadtable,maxmix
实例----------Examples----------
# Nitrox I (32% oxygen) [高氧(32%氧)]
mod(0.32)
# Nitrox II (36% oxygen) [高氧II(36%氧)]
mod(nitrox(0.36))
# Trimix 15/50[混合气15/50]
mod(trimix(0.15, 0.5))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|