powered by
"vegan_pco"
Produces a multi-layer ggplot object representing the output of objects produced by vegan::pco().
vegan::pco()
# S3 method for vegan_pco autoplot( object, geom = "point", legend.position = "right", title = NULL, subtitle = NULL, caption = NULL, ylab = NULL, xlab = NULL, ... )
Returns a ggplot object.
an object of class "vegan_pco", the result of a call to vegan::pco().
character; which geom to use for the site (sample) scores. One of "point", or "text".
"point"
"text"
character or two-element numeric vector; where to position the legend. See ggplot2::theme() for details. Use "none" to not draw the legend.
ggplot2::theme()
"none"
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 the fortify() method.
fortify()
Gavin L. Simpson
TODO
library("vegan") data(dune) sol <- pco(dune) autoplot(sol)
Run the code above in your browser using DataLab