Arguments
x
Vector, matrix, list or data frame. A vector may be divided according
to the by argument. Matrices and data frames are separated by columns and
lists by components.
by
If x is a vector, an optional vector (either character or numerical)
specifying the categories to divide x into separate data sets.
style
Type of boxplot default is "tukey". The other choice is "quantile" where
the whiskers are drawn to the 5 and 95 percentiles instead being based on
the inner fences.
outlier
If true outliers (points beyond outer fences) will be added to the plots.
plot
If false just returns a list with the statistics used for plotting the
box plots.
...
Other arguments controlling the boxplots ( passed to
bplot.obj) these are
listed below. Other graphical plotting arguments not matched (e.g. yaxt)
are used in the call to plot to set up the intial plot if add=T.
pos
The boxplots will be plotted vertically and pos gives the x or y locations
for their centers. If omitted the boxes are equally spaced at integer
values.
width
Width of boxplots (in user coordinates) if omitted then the width is a
reasonable fraction of the
distance between boxes and is set by the space argument.
labels
Labels under each boxplot. If missing the columns names or components of
x are used.
srt
Rotate the labels (srt=90 makes them vertical). Default is to put them
horizontal. Sometimes long
labels run into each if they are horizontal.
add
If true, do not create a new plots just add the boxplots to a current
plot. Note
that the pos argument may be useful in this case and should be in the
user coordinates of the parent plot.
space
Space between boxplots.
sort.names
If true plot the boxplot data set names are sorted in alphabetic order by
their labels.
label.cex
Boxplot label size where 1.0 is normal size characters.
If zero labels will not be added.
xaxt
Plotting parameter for x-axis generation. Default is not to produce
an x-axis.
horizontal
If true draw boxplots horizontally the default is false, produce
veritcal box plots.