ggplot-based plot for objects of class "dbrda"
autoplot.dbrda.RdProduces a multi-layer ggplot object representing the output of objects
produced by vegan::dbrda().
Arguments
- object
an object of class
"dbrda", the result of a call tovegan::dbrda()- axes
numeric; which axes to plot, given as a vector of length 2.
- geom
character; which geom to use for the site (sample) scores. One of
"point", or"text".- layers
character; which scores to plot as layers
- legend.position
character or two-element numeric vector; where to position the legend. See
ggplot2::theme()for details. Use"none"to not draw the legend.- title
character; subtitle for the plot.
- subtitle
character; subtitle for the plot.
- caption
character; caption for the plot.
- ylab
character; label for the y-axis.
- xlab
character; label for the x-axis.
- const
General scaling constant to
dbrdascores. Seevegan::scores.rda()for details.- arrow.col
colour specification for biplot arrows and their labels.
- ...
Additional arguments passed to the
fortify()method.
