Rev 2 | Blame | Last modification | View Log | Download | RSS feed
\name{bxp}\title{Box Plots from Summaries}\usage{bxp(z, width, varwidth=FALSE, notch=FALSE, \dots)}\alias{bxp}\arguments{\item{z}{a list containing data summaries tobe used in constructing the plots.These are usually the result of a call to \code{boxplot},but can be generated in any fashion.}\item{width}{a vector giving the relative widths of the boxesmaking up the plot.}\item{varwidth}{if \code{varwidth} is \code{TRUE}, the boxesare drawn with widths proportional to the square-rootsof the number of observations in the groups.}\item{notch}{if \code{notch} is \code{TRUE}, a notch is drawn in eachside of the boxes. If the notches of two plots do notoverlap then the medians are significantly different at the5 percent level.}\item{\dots}{Graphical parameters can be passed as arguments to thisfunction.}}\value{This function is invoked for its side effect which is todraw box plots based on the given summaries.It is usually called from \code{boxplot}, abut can be invokeddirectly.}\keyword{aplot}