\name{BoxPlot} \alias{BoxPlot} \title{ Boxplot } \description{ It creates a Boxplot with a matrix columns } \usage{ BoxPlot(object, maintitle, colorfill, xlab, ylab) } \arguments{ \item{object}{A matrix } \item{maintitle}{character to indicate the title of the graph } \item{colorfill}{ color to fill the boxplot } \item{xlab}{ title for the x axe } \item{ylab}{ title for the y axe } } \author{ Pedro Lopez-Romero } \examples{ \dontrun{ data(dd) MMM=log2(dd$G) maintitle="MeanSignal" colorfill="green" BoxPlot(MMM,maintitle,colorfill,xlab="Samples",ylab="expression") } } \keyword{documentation} \keyword{utilities}