BoxPlot(Agi4x44PreProcess)
BoxPlot()所属R语言包:Agi4x44PreProcess
Boxplot
盒形图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
It creates a Boxplot with a matrix columns
它创建一个矩阵的列1盒形图
用法----------Usage----------
BoxPlot(object, maintitle, colorfill, xlab, ylab)
参数----------Arguments----------
参数:object
A matrix
矩阵
参数:maintitle
character to indicate the title of the graph
字符来表示图的标题
参数:colorfill
color to fill the boxplot
颜色填充盒形图
参数:xlab
title for the x axe
X轴的标题
参数:ylab
title for the y axe
标题的Y AX
作者(S)----------Author(s)----------
Pedro Lopez-Romero
举例----------Examples----------
## Not run: [#无法运行:]
data(dd)
MMM=log2(dd$G)
maintitle="MeanSignal"
colorfill="green"
BoxPlot(MMM,maintitle,colorfill,xlab="Samples",ylab="expression")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|