| BoxPlot {Agi4x44PreProcess} | R Documentation |
It creates a Boxplot with a matrix columns
BoxPlot(object, maintitle, colorfill, xlab, ylab)
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 |
Pedro Lopez-Romero
## Not run:
data(dd)
MMM=log2(dd$G)
maintitle="MeanSignal"
colorfill="green"
BoxPlot(MMM,maintitle,colorfill,xlab="Samples",ylab="expression")
## End(Not run)