plotDensity {Starr} | R Documentation |
Generates a plot, showing the densities of the experiments.
plotDensity(eSet, oneDevice=T, main="")
eSet |
an ExprssionSet or a matrix, containing the data |
oneDevice |
should all lines be plotted to one device? |
main |
head of the plot |
Benedikt Zacher zacher@lmb.uni-muenchen.de
## mat <- matrix(rnorm(1000000), ncol=2) colnames(mat) <- c("Sample1", "Sample2") mat[,1] <- mat[,1]-2 plotDensity(mat)