Learn R Programming

Starr (version 1.28.0)

plotDensity: density plots of experiments

Description

Generates a plot, showing the densities of the experiments.

Usage

plotDensity(eSet, oneDevice=T, main="")

Arguments

eSet
an ExprssionSet or a matrix, containing the data
oneDevice
should all lines be plotted to one device?
main
head of the plot

See Also

plot.default, density

Examples

Run this code
##
mat <- matrix(rnorm(1000000), ncol=2)
colnames(mat) <- c("Sample1", "Sample2")
mat[,1] <- mat[,1]-2
plotDensity(mat)

Run the code above in your browser using DataLab