R/plot.metaMDS.R

"plot.metaMDS" <-
    function (x,  display = c("sites","species"), choices = c(1, 2), type = "p",
              shrink = FALSE, ...) 
{
    if (length(display) == 1)
        display <- match.arg(display)
    if (shrink) {
        x$species <- scores(x, display = "species", shrink = shrink,
                            choices=1:x$ndim)
    }
    ordiplot(x, choices = choices, type = type, display = display, ...)
}

Try the vegan package in your browser

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

vegan documentation built on May 2, 2019, 5:51 p.m.