verboseBoxplot(WGCNA)
verboseBoxplot()所属R语言包:WGCNA
Boxplot annotated by a Kruskal-Wallis p-value
盒形图注明的秩和检验p值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a boxplot annotated by the Kruskal-Wallis p-value.
绘制一个盒形图的秩和检验p值注释。
用法----------Usage----------
verboseBoxplot(x, g, main = "", xlab = NA, ylab = NA,
cex = 1, cex.axis = 1.5, cex.lab = 1.5, cex.main = 1.5, ...)
参数----------Arguments----------
参数:x
numerical vector of data whose group means are to be plotted
数值向量组意味着要绘制的数据
参数:g
a factor or a an object coercible to a factor giving the groups that will go into each box.
一个因素或一个对象的一个因素,将进入每个方块的群体,转换成。
参数:main
main title for the plot.
主标题的图。
参数:xlab
label for the x-axis.
标签的x轴。
参数:ylab
label for the y-axis.
标签的y轴。
参数:cex
character expansion factor for plot annotations.
图注释字符的膨胀系数。
参数:cex.axis
character expansion factor for axis annotations.
轴注释字符的膨胀系数。
参数:cex.lab
character expansion factor for axis labels.
字符膨胀系数轴标签。
参数:cex.main
character expansion factor for the main title.
字符膨胀系数的主标题。
参数:...
other arguments to the function boxplot. Of note is the argument las that specifies label orientation. Value las=1 will result in horizontal labels (the default), while las=2 will result in vertical labels, useful when the labels are long.
其他参数功能boxplot。值得注意的是,las指定标签方向的争论。值las=1将导致水平的标签(默认值),而las=2。会导致垂直标签,有用的标签时,长。
值----------Value----------
Returns the value returned by the function boxplot.
返回的返回值的函数boxplot。
(作者)----------Author(s)----------
Steve Horvath
参见----------See Also----------
boxplot
boxplot
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|