R/plot.metaMDS.R

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