"cca"autoplot.cca.RdProduces a multi-layer ggplot object representing the output of objects produced by cca, or capscale.
an object of class "cca", the result of a call to cca or capscale.
numeric; which axes to plot, given as a vector of length 2.
character; which geoms to use for the layers. Can be a
vector of length equal to length(display), in which case the
ith element of type refers to the ith element
of display.
character; which scores to plot as layers
character or two-element numeric vector; where to position the legend. See theme for details. Use "none" to not draw the legend.
character; subtitle for the plot
character; subtitle for the plot
character; caption for the plot
character; label for the y-axis
character; label for the x-axis
Additional arguments passed to fortify.cca.
Returns a ggplot object.
TODO