R/plot.metaMDS.R

`plot.metaMDS`  <-
    function (x,  display = c("sites","species"), choices = c(1, 2), type = "p",
              shrink = FALSE, ...)
{
    x <- scores(x, display = display, choices = choices, shrink = shrink)
    ordiplot(x, display = display, type = type, ...)
}
vegandevs/vegan documentation built on May 6, 2024, 7:34 p.m.