Description Usage Arguments Value Author(s) Examples
Simple density plot. Adapted from the aroma.affymetrix package (www.aroma-project.org)
1 2 |
x |
Matrix with numeric values. |
xlim |
The limits for the x axis. |
ylim |
The limits for the y axis. |
col |
Vector with colors corresponding to the columns of the matrix. |
lty |
The line type (see |
lwd |
The line width, a positive number, defaulting to 1
(see |
add |
If FALSE (the default) then a new plot is produced. If TRUE, density lines are added to the open graphics device. |
xlab |
The labeling of the x axis. |
ylab |
The labeling of the y axis. |
log |
Logical values which states if the log2 should be taken from the data. |
... |
Further arguments of the plot function ' |
A plot written to the graphics device.
Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at
1 2 | load(system.file("exampleData/slData.RData", package = "cn.farms"))
plotDensity(assayData(slData)$intensity)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.