showstates(scuba)
showstates()所属R语言包:scuba
Interactive Display of Diver Saturation
潜水员饱和度的交互式显示
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots a dive profile and interactively displays the diver's nitrogen saturation state at any intermediate stage indicated by the mouse.
绘制一个潜水资料,并以交互方式显示潜水员的氮饱和的状态,表示鼠标在任何中间阶段。
用法----------Usage----------
showstates(d, model="DSAT", relative=TRUE, deco=FALSE)
参数----------Arguments----------
参数:d
The dive. An object of class "dive".
潜水。对象的类"dive"。
参数:model
The decompression model. Either an object of class "hm" or a character string identifying a model.
减压模式。任一类"hm"或字符串对象的识别模型。
参数:relative
Logical flag indicating whether to compute relative tissue saturations. If FALSE, tissue saturations are expressed as absolute pressures in atmospheres absolute (ata). If TRUE (the default), the tissue saturation for each compartment is expressed as a fraction of the surfacing M-value for the compartment. (Alternatively if deco=TRUE then tissue saturation is expressed as a fraction of the M-value at current depth.)
逻辑标志,指示是否计算组织相对饱和度。如果FALSE,组织饱和度被表示为绝对大气压(阿拉木图)的绝对压力。如果TRUE(默认值),每个车厢的组织饱和度,表示为一小部分堆焊M值的车厢。 (或者,如果deco=TRUE然后组织中饱和度被表示为在当前深度的M-值的一小部分。)
参数:deco
Logical flag indicating whether to calculate relative saturations for a decompression dive. If deco=FALSE, then relative tissue saturations are computed by dividing the absolute tissue saturation by the surfacing M-value, as appropriate for a no-decompression dive. If deco=TRUE, then relative tissue saturations are computed by dividing the absolute tissue saturation by the M-value at the current depth, as appropriate for a decompression dive. This argument applies only when relative=TRUE.
逻辑标志,指示是否计算相对饱和度为减压潜水。如果deco=FALSE,然后组织相对饱和度的计算方法是将堆焊M值,适合不减压潜水的的绝对组织的饱和度。如果deco=TRUE,然后组织相对饱和度计算,除以绝对的组织中饱和度的M值在目前的深度,适当的减压潜水。此参数只适用于relative=TRUE。
Details
详细信息----------Details----------
An object of class "dive" represents a scuba dive. It is created by the command dive.
一个对象的类"dive"的代表水肺潜水。它是由命令dive。
This function plots the dive using plot.dive then waits for the user to click on the plot. This click selects a time during the dive. The algorithm computes the nitrogen tensions in the tissues at the indicated time, using haldane, and plots them as a bar graph. The cumulative oxygen toxicity is also computed using oxtox.
此功能图使用的潜水plot.dive然后等待用户点击的图。在潜水过程中,点击选择一个时间。该算法计算氮的紧张局势,组织在指定的时间,使用haldane,和图,他们以条形图。累积氧毒性也被计算使用oxtox。
Note that (by default) the bar graph shows the relative nitrogen tensions in each compartment, that is, the tissue nitrogen tension divided by the "surfacing M-value" (tissue maximum nitrogen tension for a no-decompression dive at sea level).
需要注意的是,默认情况下,图形显示出相对氮在每节车厢的紧张局势,也就是“浮出水面M值”(组织最大的氮张力不减压潜水在海平面组织氮张力除以) 。
The argument model determines the decompression model. It should be either an object of class "hm" (created by hm) or a character string matching one of the options in pickmodel.
model的参数确定的减压模式。它应该是一个类的对象"hm"(创建的hm)或一个字符串匹配的选项之一pickmodel。
值----------Value----------
The vector of absolute nitrogen tensions (in ata) in the most recently clicked stage.
在最近期点击阶段绝对氮紧张的向量(阿拉木图)。
(作者)----------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----------
dive, haldane, oxtox
dive,haldane,oxtox
实例----------Examples----------
## Not run: [#不运行:]
showstates(dive(c(30,20), c(5,3)), "ZH")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|