rvpar(rv)
rvpar()所属R语言包:rv
Set or Query Parameters of the 'rv' Package
设置或查询参数的“RV”包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sets or retrieves parameters of the rv package.
设置或检索参数rv包。
用法----------Usage----------
rvpar(...)
参数----------Arguments----------
参数:...
arguments in tag = value form, or a list or character vecetor of tagged values. The available tags are described below.
在tag = value的形式,或列表或字符vecetor的标记值的参数。可用的标记进行说明如下。
Details
详细信息----------Details----------
rvcol color of a random point (interval), such as "red" or "blue"
rvcol颜色的随机点(间隔),如“红”或“蓝”
rvlex middle interval expansion factor
rvlex中间间隔膨胀系数
rvlwd line weight of a random interval
rvlwd线重的一个随机的时间间隔
print.digits number of digits to show in the summaries
print.digits摘要中显示的位数
rvpoint what to output when plotting a random point; default list("95%", "50%", "mean")
rvpoint绘图时,输出一个随机点;默认list("95%", "50%", "mean")
point.sample number of points to plot when plotting a rv-rv scatterplot. Default 400.
point.sample的点数,图策划RV-RV散点图。默认400。
line.sample number of lines to draw when plotting a random sample of lines (see abline). Default 20.
line.sample绘图时,画线随机抽样的行数(见abline“)。默认20。
summary.dimnames logical; output dimnames in the summary of an rv object? Default TRUE.
的summary.dimnames逻辑,输出dimnames,在总结的rv对象?默认TRUE。
summary.quantiles.numeric vector of quantiles to compute for the summary of a numeric rv object.
summary.quantiles.numeric向量的位数来计算摘要的数字rv对象。
summary.quantiles.integer vector of quantiles to compute for the summary of an integer-valued rv object. By default contains 0 and 1 (for the min and max values).
summary.quantiles.integer向量的位数来计算的总结的整数值rv对象。默认情况下,包含0和1的最小值和最大值。
值----------Value----------
In the case of a single tag query, the requested value.
在一个单一的标签查询,请求的值的情况下。
In the case of multiple tag query, a list of requested values.
在多个标签查询的情况下,请求的值的列表。
(作者)----------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----------
rvpar()$rvcol
rvpar("rvcol")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|