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, ...)
}

Try the vegan package in your browser

Any scripts or data that you put into this service are public.

vegan documentation built on Oct. 11, 2022, 5:06 p.m.