Description Usage Arguments See Also Examples
Creating density plot of sample intensities in a ExpressionSet object. It is equivalent to hist-methods.
1 2 3 4 |
x |
a |
logMode |
determine whether the density plot is based on a log2 scale |
xlab |
xlab of the density plot |
ylab |
ylab of the density plot |
type |
parameter of plot function |
col |
line colors of the density plot |
lty |
line types of the density plot |
lwd |
line width of plot function |
xlim |
parameter of the plot function |
index.highlight |
the column index of the highlighted density curve |
color.highlight |
color of highlighted density curve |
symmetry |
the boundary position suppose to be symmetric distributed |
addLegend |
whether add legend to the plot or not |
legendPos |
the legend position. It can be a string specifying the position, or a length two vector specifying the x and y position. Please check |
subset |
subset of rows used to plot. It can be an index vector, or the length of a random subset |
main |
title for the plot |
... |
additional parameters for |
LumiBatch-class
, hist-methods, density
1 2 3 4 | ## load example data
data(example.lumi)
density(example.lumi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.