siarproportionbygroupplot(siar)
siarproportionbygroupplot()所属R语言包:siar
siar proportion plots by group
SIAR比例图组
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots boxplots or line plots representing defined credible intervals for each source (x-axis) for a given group. The representation is basically the same as siarhistograms but allows easier comparison of source contribution witin a group. Similar in style to siarproportionbysourceplot().
图解盒形图或线图,表示为每个源(x-轴)为一个给定的组定义的置信区间。的代表性基本上是相同的作为siarhistograms,但是允许轻松比较源的贡献witin一组。类似的风格对siarproportionbysourceplot()。
用法----------Usage----------
siarproportionbygroupplot(siardata, siarversion=0,probs=c(95,75,50),xlabels=NULL, grp=NULL, type="boxes",clr=gray((9:1)/10),scl=1,xspc=0.5,prn=FALSE,leg=FALSE)
参数----------Arguments----------
参数:siardata
A list containing some or all of the following parts: targets, sources, corrections, PATH, TITLE, numgroups, numdata, numsources, numiso, SHOULDRUN, GRAPHSONLY, EXIT, and output. For more details of these inputs see the siarmenu function.
一个列表,其中包含以下几部分组成:目标,消息人士透露,更正,PATH,TITLE,numgroups,numdata,numsources,numiso,SHOULDRUN,GRAPHSONLY,EXIT,输出的部分或全部。这些输入的详细信息,请参阅siarmenu功能。
参数:siarversion
The siar version number.
的SIAR版本号。
参数:probs
Define the extent probability intervals for a given parameter.
定义的范围内的概率区间,对于一个给定的参数。
参数:xlabels
Specifies the text to associate with each group defined as ticks on the x-axis.
指定刻度线在x-轴定义为与每个组相关联的文本。
参数:grp
Specifies which group the graph is drawn for. Default prompts the user for input from the command line.
指定组绘制图形。默认提示用户输入的命令行。
参数: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 =“线”。
(作者)----------Author(s)----------
Andrew Jackson & Andrew Parnell
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|