Usage
## S3 method for class 'mvabund':
boxplot(x, y, range=1.5, names=NULL, at=NULL,
n.vars=min(12,NCOL(x)), overall.main="Boxplot",
var.subset=NA, transformation="log", ...)
## S3 method for class 'mvformula':
boxplot(
x, n.vars=12, overall.main="", var.subset=NA, ...)
Arguments
x
for the mvabund
method x
specifies the data from
which the boxplots are to be produced.
This can be either a numeric vector, or a single list containing such vectors.
Additional unnamed arguments specify further data as sepa
y
for the mvabund
method y
can be an additional mvabund
object, if x
isn't a list.
range
this determines how far the plot whiskers extend out from the box. If range is positive, the whiskers extend to the most extreme data point which is no more than range times the interquartile range from the box. A value of zero causes the whiskers to exte
names
only available for the mvabund
method: group labels which will be printed under each boxplot.
at
only available for the mvabund
method: numeric vector giving the locations where the boxplots should be drawn; defaults to 1:n
where n
is the number of boxes.
n.vars
the number of variables to include in the plot.
overall.main
a character to display as title for every window.
var.subset
a numeric vector of indices indicating which variables of the mvabund.object should be included on the plot.
transformation
an optional transformation, (ONLY) for the mvabund
method. Note, that for the mvabund
method transformation
must be used
instead of log
.
Available values are:
"no" = untransformed, "sqrt"=square root t
...
for the mvformula
method, named arguments to be passed to the plot.mvformula
method. Some arguments that are available for the mvabund
method, are not available in plot.mvformula
and can therefore not av