bxp {base} | R Documentation |
bxp(z, width, varwidth=FALSE, notch=FALSE, ...)
z |
a list containing data summaries to
be used in constructing the plots.
These are usually the result of a call to |
width |
a vector giving the relative widths of the boxes making up the plot. |
varwidth |
if |
notch |
if |
... |
Graphical parameters can be passed as arguments to this function. |
This function is invoked for its side effect which is to
draw box plots based on the given summaries.
It is usually called from boxplot
, abut can be invoked
directly.