找回密码
 注册
查看: 316|回复: 0

R语言 Rquake包 XYerror.bars()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 20:30:49 | 显示全部楼层 |阅读模式
XYerror.bars(Rquake)
XYerror.bars()所属R语言包:Rquake

                                        Error Bars in X and Y
                                         在X和Y误差线

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Error Bars in X and Y
在X和Y误差线


用法----------Usage----------


XYerror.bars(x, y, xlo = 0, xhi = 0, ylo = 0, yhi = 0, pch = 1, col = 1, barw = 0.1, add = FALSE, ...)



参数----------Arguments----------

参数:x
X-values  
X-值


参数:y
Y-values  
Y-值


参数:xlo
X Lower limit of error bars  
所述下限误差线


参数:xhi
X Upper limit of error bars  
X上限值的误差线


参数:ylo
Y Lower limit of error bars  
Ÿ下限误差线


参数:yhi
Y  Upper limit of error bars  
Ÿ上限误差线


参数:pch
plotting character  
绘制字符


参数:col
color  
颜色


参数:barw
width of the bar (inches)  
(英寸)宽了吧


参数:add
logical, add=FALSE starts a new plot  
逻辑,添加= FALSE启动一个新的图


参数:...
other plotting parameters  
其他绘图参数


值----------Value----------

graphical side effects
图形化的副作用


(作者)----------Author(s)----------



Jonathan M. Lees<jonathan.lees@unc.edu>




实例----------Examples----------




set.seed(0)
zup = rnorm(10)

x = 1:10
y = 2*x+5+zup

ydown = rnorm(10)
ydown = ydown-min(ydown)+.2

yup = rnorm(10)
yup = yup-min(yup)+.2



zup = rnorm(10)
xup = zup-min(zup)+.5
xdown = rnorm(10)
xdown = xdown-min(xdown)+.2


####  example with different  error on either side:[###例如任何一方不同的错误:]
XYerror.bars(x, y, y-ydown, y+yup, x-xdown, x+xup,  pch = 1, col = 'brown' , barw = 0.1, add
= FALSE)




转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 17:31 , Processed in 0.029845 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表