Usage
## S3 method for class 'acomp':
boxplot(x,fak=NULL,\dots,
xlim=x.lim,ylim=c(minq,maxq),log=TRUE,
panel=vp.logboxplot,dots=!boxes,boxes=TRUE)
## S3 method for class 'rcomp':
boxplot(x,fak=NULL,\dots,
xlim=x.lim,ylim=c(0,1),log=FALSE,
panel=vp.boxplot,dots=!boxes,boxes=TRUE)
## S3 method for class 'aplus':
boxplot(x,fak=NULL,\dots,log=TRUE)
## S3 method for class 'rplus':
boxplot(x,fak=NULL,\dots,ylim=c(0,max(x)),log=FALSE)
vp.boxplot(x,y,...,dots=FALSE,boxes=TRUE,xlim,ylim,log,notch=FALSE)
vp.logboxplot(x,y,...,dots=FALSE,boxes=TRUE,xlim,ylim,log,notch=FALSE)