trimix(scuba)
trimix()所属R语言包:scuba
Trimix Gas
混合气气体
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a Trimix gas.
创建一个混合气气体。
用法----------Usage----------
trimix(fO2, fHe, fN2)
参数----------Arguments----------
参数:fO2, fHe, fN2
Fractions (between 0 and 1) of oxygen, helium and nitrogen, respectively, in the trimix gas.
分数(0和1之间),氧,氦和氮,分别在混合气的气体。
Details
详细信息----------Details----------
An object of class "gas" represents a breathing gas. Such objects are required for various calculations in the scuba library.
一个对象的类"gas"的呼吸气体。这些对象所需要的各种计算scuba库。
The value returned by trimix represents Trimix (oxygen-nitrogen-helium mixture) with the fractions of oxygen, nitrogen and helium specified by the arguments fO2, fN2, fHe respectively. These fractions should sum to 1.
返回的值trimix氧气,氮气和氦气的分数指定的参数fO2,fN2,fHe分别代表混合气(氧气,氮气,氦气的混合物) 。这些分数的总和应为1。
If only two of the gas fractions are given, the missing fraction will be calculated so that the three values sum to 1.
如果只有两个给出的气体馏份的,缺少的部分将计算,使这三个值的总和为1。
There are methods for print and summary for objects of class "gas".
是方法print和summary对象的类"gas"。
值----------Value----------
An object of class "gas" representing Trimix with the specified composition.
对象的类"gas"代表的规定组成的混合气。
(作者)----------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----------
nitrox, air
nitrox,air
实例----------Examples----------
# Trimix 18/50[混合气18/50]
# (18% oxygen, 50% helium) [(18%的氧,50%的氦)]
trimix(0.18, 0.5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|