"prc"
autoplot.prc.Rd
Produces a multi-layer ggplot object representing the output of
objects produced by prc
.
# S3 method for prc
autoplot(
object,
select,
xlab,
ylab,
title = NULL,
subtitle = NULL,
caption = NULL,
legend.position = "top",
...
)
an object inheriting from class "prc"
, the
result of a call to prc
.
a logical vector where TRUE
selects and
FALSE
deselects species. Alternatively a numeric vector that
contains the indices selecting species. Note that these are with
respect to the original species matrix, not the fortified
object.
character; label for the x-axis
character; label for the y-axis
character; subtitle for the plot
character; subtitle for the plot
character; caption for the plot
character; position for the legend grob. See argument
legend.position
in function theme
.
Additional arguments passed to fortify.prc
.
Returns a ggplot object.
TODO