abline.rv(rv)
abline.rv()所属R语言包:rv
Add (Random) Straight Lines to a Plot
添加(随机)直线的图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
abline.rv, with random arguments (i.e. arguments of which at least one is an rv object), plots a sample of lines corresponding to of simulations of rv object x. If the arguments are all numeric (none is an rv object), the function call is passed on to abline.
abline.rv,与随机参数(即参数,其中至少有一个是一个rv对象),绘制样品的行对应于模拟随机变量对象x。如果参数是所有的数字(没有rv对象),该函数调用被传递到abline。
用法----------Usage----------
abline.rv (a = NULL, b = NULL, h = NULL, v = NULL, ...)
参数----------Arguments----------
参数:a
intercept
截距
参数:b
slope
坡
参数:h
y-value(s) horizontal line(s)
y值(S)水平线(S)
参数:v
x-value(s) horizontal line(s)
x值(S)的水平线(S)
参数:...
further arguments passed to abline
进一步的参数传递给abline
Details
详细信息----------Details----------
This is a version of abline that accepts random variable objects for the arguments a, b, h, or v.
这是一个版本的abline“”,接受随机变量的参数的对象a,b,h或v。
The number of lines is determined by rvpar("line.sample"), default 20.
的行数是由rvpar("line.sample"),默认20。
See the original help page in package "graphics."
帮助页面查看原始包的图形。
(作者)----------Author(s)----------
Jouni Kerman
<a href="mailto:jouni@kerman.com">jouni@kerman.com</a>
参考文献----------References----------
Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.
实例----------Examples----------
## Not run: [#不运行:]
demo("rvexample1")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|