| plotBoxes {Starr} | R Documentation |
Generates a boxplot of the of the given experiments.
plotBoxes(eSet, col=NULL)
eSet |
Either an ExpressionSet or a matrix, containing the data. |
col |
color, to fill the boxes |
Benedikt Zacher zacher@lmb.uni-muenchen.de
##
mat <- matrix(rnorm(1000000), ncol=2)
colnames(mat) <- c("Sample1", "Sample2")
mat[,1] <- mat[,1]-2
plotBoxes(mat)