plotDensity(lumi)
plotDensity()所属R语言包:lumi
plot the density distribution
绘制密度分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plot the density distribution of a dataMatrix or ExpressionSet object
绘制一个DataMatrix二维或ExpressionSet对象的密度分布
用法----------Usage----------
plotDensity(dataMatrix, logMode=TRUE, addLegend=TRUE, legendPos="topright", subset = NULL, ...)
参数----------Arguments----------
参数:dataMatrix
a data matrix or ExpressionSet object
数据矩阵或ExpressionSet对象
参数:logMode
determine whether the CDF plot is based on a log2 scale
确定是否CDF曲线基础上的log2规模
参数:addLegend
whether add legend to the plot or not
是否添加传奇的图或不
参数:legendPos
the position of the legend. If its length is two, then it specifies the x and y location of legend.
传说中的位置。如果它的长度是两个,那么它指定的传说中的x和y的位置。
参数:subset
plot subset of randomly selected rows. All data will be plotted if it is NULL.
随机选择的行的积子集。如果它是NULL,所有数据都将绘制。
参数:...
additional parameters for matplot function
matplot函数的附加参数
参见----------See Also----------
LumiBatch-class, density
LumiBatch-class,density
举例----------Examples----------
## load example data[#加载数据为例]
data(example.lumi)
plotDensity(example.lumi)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|