plotCDF {lumi} | R Documentation |
plot the cumulative distribution function of a ExpressionSet object from high to low value or in reverse
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="", ...)
x |
a numeric or |
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 |
xlab |
xlab of the plotCDF plot |
ylab |
ylab of the plotCDF plot |
col |
line colors of the plotCDF plot |
lwd |
line width of plot function |
xlim |
parameter of the plot function |
index.highlight |
the column index of the highlighted plotCDF curve |
color.highlight |
color of highlighted plotCDF curve |
addLegend |
whether add legend to the plot or not |
main |
title for the plot |
... |
additional parameters for |
## load example data data(example.lumi) plotCDF(example.lumi)