plotCDF(lumi)
plotCDF()所属R语言包:lumi
plot the cumulative distribution function of a ExpressionSet object
绘制一个ExpressionSet对象的累积分布函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plot the cumulative distribution function of a ExpressionSet object from high to low value or in reverse
绘制了从高至低价值或反向ExpressionSet对象的累积分布函数
用法----------Usage----------
plotCDF(x, reverse=TRUE, logMode=TRUE, xlab = NULL, ylab = "Cumulative density",
col=1:dim(x)[2], lwd=1, xlim = NULL, index.highlight = NULL, color.highlight = 2,
addLegend = TRUE, main="", ...)
参数----------Arguments----------
参数:x
a numeric or ExpressionSet object
一个数字或ExpressionSet对象
参数:reverse
determine whether plot the CDF from high to low value or not
确定是否图从高价值低的民防部队或不
参数:logMode
determine whether the CDF plot is based on a log2 scale
确定是否CDF曲线基础上的log2规模
参数:xlab
xlab of the plotCDF plot
XLab中的plotCDF图
参数:ylab
ylab of the plotCDF plot
ylab的plotCDF图
参数:col
line colors of the plotCDF plot
的plotCDF图线颜色
参数:lwd
line width of plot function
线宽绘图功能
参数:xlim
parameter of the plot function
plot函数的参数
参数:index.highlight
the column index of the highlighted plotCDF curve
列索引的的突出plotCDF曲线
参数:color.highlight
color of highlighted plotCDF curve
颜色强调plotCDF曲线的
参数:addLegend
whether add legend to the plot or not
是否添加传奇的图或不
参数:main
title for the plot
图标题
参数:...
additional parameters for plot.ecdf function
plot.ecdf函数的附加参数
参见----------See Also----------
LumiBatch-class, ecdf
LumiBatch-class,ecdf
举例----------Examples----------
## load example data[#加载数据为例]
data(example.lumi)
plotCDF(example.lumi)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|