print.dive(scuba)
print.dive()所属R语言包:scuba
Print a Dive Profile
打印潜水资料
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Print a dive profile.
打印潜水资料。
用法----------Usage----------
## S3 method for class 'dive'
print(x, ..., seconds=TRUE)
参数----------Arguments----------
参数:x
The dive profile. An object of class "dive" created by dive.
潜水资料。类的一个对象"dive"创建的dive。
参数:...
Arguments passed to print.default.
传递参数到print.default。
参数:seconds
Flag indicating whether to print elapsed time to the nearest second (if TRUE) or to the nearest minute (if FALSE).
如果该标志指示是否打印已用时间精确到秒(TRUE)或到最接近的分钟数(如果FALSE)。
Details
详细信息----------Details----------
A representation of the dive profile is printed.
印刷的的潜水配置文件的一种表示。
值----------Value----------
NULL.
NULL。
(作者)----------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, plot.dive
dive,plot.dive
实例----------Examples----------
# Dive to 25 m for 20 min with safety stop[下潜到25米安全停止20分钟]
dive(c(25,20),c(5,5))
# Dive to 18 m for 30 min with safety stop, on Nitrox EANx 36[潜水安全停止30分钟,18米,对高氧EANx 36]
dive(nitrox(0.36), c(18,30), c(5,3))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|