Usage
boxplotlog(x, ..., range = 1.5, width = NULL, varwidth = FALSE, notch = FALSE,
outline = TRUE, names, plot = TRUE, border = par("fg"), col = NULL, log = "",
pars = list(boxwex = 0.8, staplewex = 0.5, outwex = 0.5), horizontal = FALSE,
add = FALSE, at = NULL)
Arguments
...
further arguments for creating the list
range
this determines how far the plot "whiskers" extend from the box. If range is positive, the most extreme data point which is no more than range times the length of the box away from the box. A value of zero causes the whiskers to extend to the data extreme
width
a vector giving the relative widths of the boxes making up the plot
varwidth
if varwidth is TRUE, the boxes are drawn with widths proportional to the square-roots of the number of observations in the groups.
notch
if notch is TRUE, a notch is drawn in each side of the boxes
outline
if outline is FALSE, the outliers are not drawn
names
define the names of the attributes
plot
if plot is TRUE the boxplot is plotted in the current plot
border
character or numeric (vector) which indicates the color of the box borders
log
character, indicating if any axis should be drawn in logarithmic scale
pars
some graphical parameters can be specified
horizontal
logical parameter indicating if the boxplots should be horizontal; FALSE means vertical boxes
add
if TRUE the boxplot is added to the current plot
at
numeric vector giving the locations of the boxplots