plot.Density: density plots of experiments

Description Usage Arguments Author(s) See Also Examples

Description

Generates a plot, showing the densities of the experiments.

Usage

1
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

Author(s)

Benedikt Zacher zacher@lmb.uni-muenchen.de

See Also

plot.default, density

Examples

1
2
3
4
5
##
mat <- matrix(rnorm(1000000), ncol=2)
colnames(mat) <- c("Sample1", "Sample2")
mat[,1] <- mat[,1]-2
plotDensity(mat)

Starr documentation built on April 28, 2020, 7:52 p.m.