siardensityplot(siar)
siardensityplot()所属R语言包:siar
SIAR's Custom Density Plot
SIAR的自定义密度图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
generates a custom density plot of the a matrix of data, usually but not exclusively representing the posterior draws of esimated parameters. Based on hdr.boxplot in the hdr package.
生成一个自定义的密度图的一个数据矩阵,通常但不完全代表后路esimated参数绘制的。基于hdr.boxplot在hdr包。
用法----------Usage----------
siardensityplot(dat, probs = c(95, 75, 50),
xlab = "Group", ylab= "Value", xticklabels = NULL, yticklabels = NULL,
type = "boxes", clr = gray((9:1)/10), scl = 1,
xspc = 0.5, prn = F, leg = FALSE, ct = "mode",ylims=NULL,
lbound = -Inf, ubound = Inf, main="",...)
参数----------Arguments----------
参数:dat
Data to be plotted as a matrix.
要绘制的数据作为一个矩阵。
参数:probs
Define the extent probability intervals for a given parameter.
定义的范围内的概率区间,对于一个给定的参数。
参数:xlab
Specifies the text to print on the x-axis.
指定要打印的文本上的x轴。
参数:ylab
Specifies the text to print on the y-axis.
指定要打印的文本上的y轴。
参数:xticklabels
Specifies the text to associate with each group defined as ticks on the x-axis.
指定刻度线在x-轴定义为与每个组相关联的文本。
参数:yticklabels
Specifies the text to associate with each tickmark on the y-axis.
指定文本在y-轴与每个刻度标记关联。
参数:type
Determines the style of graph. type="boxes" draws boxplot style (default), type="lines" draws overlain lines increasing in thickness
确定图形的风格。类型=“盒子”绘制盒形图的风格(默认),类型=“线”,吸引了上覆线的厚度增加
参数:clr
Determines the set of colours to use for the boxes. Default is greyscale.
确定所设置的使用的颜色的框。默认是灰度的。
参数:scl
Specifies a proportional scaling factor to increase (scl > 1) or decrease (scl < 1) the default width of lines or boxes. Default = 1.
指定比例缩放因子增加(SCL> 1)或减少(SCL <1)线或框的默认宽度。默认值= 1。
参数:xspc
Sets the amount of blank space either side of the first and last (on the x-axis) graphic object.
设置的空白空间的任一侧的第一个和最后一个(在x-轴)的图形对象的量。
参数:prn
If prn=TRUE the values for the defined probability densities (probs) are returned to the command window. Default is prn=FALSE with no such output.
如果PRN = TRUE的值定义的概率密度(probs)返回到命令窗口。默认是没有这样的输出PRN = FALSE。
参数:leg
Determines whether a legend is to be drawn (leg=TRUE) or not (default leg=FALSE). Note, currently only supported for type="lines".
确定是否要绘制一个传说是(腿= TRUE)或(默认腿= FALSE)。请注意,目前只支持用于type =“线”。
参数:ct
Plots the specified measure of central tendancy, taking one of: 'mode', 'mean', 'median'
图解指定测量中央tendancy,是采取的一个:“模式”,“平均”,“中位数
参数:ylims
Sets the y axis limits. By default this is inferred from the data
设置y轴限度。默认情况下,这是从数据推断出
参数:lbound
Sets a strict limit on the lower extent of the posterior distribution. E.g. useful for values that must be strictly positive.
设置一个严格的限制程度较低的后验分布。例如有用的值必须是严格正的。
参数:ubound
Sets a strict limit on the upper extent of the posterior distribution. E.g. useful for proportions that must be strictly less than one.
设置严格的限制上程度的后验分布。例如有用的,必须严格小于1的比例。
参数:main
A title for the figure.
一个标题为数字。
参数:...
Additional parameters to be passed to plot </table>
额外的参数传递给plot</ TABLE>
(作者)----------Author(s)----------
Andrew Jackson
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|