Learn R Programming

Starr (version 1.28.0)

plotBoxes: boxplots of experiments

Description

Generates a boxplot of the of the given experiments.

Usage

plotBoxes(eSet, col=NULL)

Arguments

eSet
Either an ExpressionSet or a matrix, containing the data.
col
color, to fill the boxes

See Also

boxplot

Examples

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

Run the code above in your browser using DataLab