Description Usage Arguments See Also Examples
plot the cumulative distribution function of a ExpressionSet object from high to low value or in reverse
1 2 3 |
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 |
1 2 3 4 | ## load example data
data(example.lumi)
plotCDF(example.lumi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.