Usage
plotMvaFactor(x, y, type="p", main="Abundance", n.vars= min(12,NCOL(x)),
transformation="log", legend=TRUE, ...)
Arguments
x
a mvabund object
, a matrix with multivariate abundance data.
y
a factor or a data.frame with factors, non-factor columns in a
data.frame are ignored.
type
what type of plot should be drawn, allowed types are "p" for
scatterplot, "bx" for boxplot and "n" for no plot. Other types, as used
in par
are NOT allowed.
main
the title of the plot, see plot
.
n.vars
the number of variables to include in the plot.
transformation
an optional transformation, "no" = untransformed,
"sqrt"=square root transformed, "log" (default)=log(Y/min+1) transformed,
"sqrt4" =4th root transformed.
legend
logical, whether a legend should be added to the plot.
...
arguments to be passed to or from other methods.