BoxPlot {Agi4x44PreProcess}R Documentation

Boxplot

Description

It creates a Boxplot with a matrix columns

Usage

BoxPlot(object, maintitle, colorfill, xlab, ylab)

Arguments

object A matrix
maintitle character to indicate the title of the graph
colorfill color to fill the boxplot
xlab title for the x axe
ylab title for the y axe

Author(s)

Pedro Lopez-Romero

Examples

## Not run: 
                data(dd)
                MMM=log2(dd$G)
                maintitle="MeanSignal"
                colorfill="green"
                BoxPlot(MMM,maintitle,colorfill,xlab="Samples",ylab="expression")
## End(Not run)

[Package Agi4x44PreProcess version 1.2.0 Index]