Usage
gap.boxplot(x,...,gap=list(top=c(NA,NA),bottom=c(NA,NA)),
range=1.5,width=NULL,varwidth=FALSE,notch=FALSE,outline=TRUE,
names,ylim=NA,plot=TRUE,border=par("fg"),col=NULL,log="",
axis.labels=NULL,pars=list(boxwex=0.8,staplewex=0.5,outwex=0.5),
horizontal=FALSE,add=FALSE,at=NULL,main=NULL)
Arguments
x
numeric vector or a list of vectors
gap
the range(s) to be omitted - a list with two components,
top and bottom each specifying a range to omit. The
default range of c(NA,NA) means no omitted range
range
how far to extend the whiskers, (see boxplot) width
the relative widths of the boxes
varwidth
if TRUE, box widths are proportional to the square roots
of the number of observations
notch
whether to display the confidence intervals for the
median as notches
outline
whether to display outliers
names
optional names to display beneath each boxplot
ylim
Optional y axis limits for the plot.
boxwex
scale factor for box widths
staplewex
staple width proportional to box width
plot
dummy argument for consistency with boxplot - always
plots
border
optional color(s) for the box lines
col
optional color(s) to fill the boxes
log
whether to use a log scale - currently does nothing
axis.labels
Optional axis labels.
pars
optional parameters for consistency with boxplot
horizontal
whether to plot horizontal boxplots - currently
does nothing
add
whether to add the boxplot(s) to a current plot - currently
does nothing
at
optional horizontal locations for the boxplots - currently
does nothing