plot.boxes: boxplots of experiments

Description Usage Arguments Author(s) See Also Examples

Description

Generates a boxplot of the of the given experiments.

Usage

1

Arguments

eSet

Either an ExpressionSet or a matrix, containing the data.

col

color, to fill the boxes

Author(s)

Benedikt Zacher zacher@lmb.uni-muenchen.de

See Also

boxplot

Examples

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

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