BoxPlotShorth(coRNAi)
BoxPlotShorth()所属R语言包:coRNAi
Boxplot with horizontal bars at the midpoint of the shorth
盒形图在的shorth中点单杠
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces a boxplot, but instead of horizontal bars at the median, the bars are at the midpoint of the shorth.
产生一个盒形图,但是,而不是在单杠中位数,条形中点的shorth是。
用法----------Usage----------
BoxPlotShorth(formula, data = NULL, ...)
参数----------Arguments----------
参数:formula
formula for how the boxplot should be drown.
公式为盒形图应该如何被淹没。
参数:data
the data to be used
要使用的数据
参数:...
other arguments to be passed to the plot function
其他参数被传递到绘图功能
值----------Value----------
a boxplot object
1盒形图对象
作者(S)----------Author(s)----------
Elin Axelsson
参见----------See Also----------
See Also boxplot.formula
另见boxplot.formula
举例----------Examples----------
data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral= "Fluc")
BoxPlotShorth(value~replicate,df)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|