R/points.decorana.R

"points.decorana" <-
    function (x, display=c("sites", "species"), choices=1:2, origin = TRUE,
              select, ...)
{
    display <- match.arg(display)
    x <- scores(x, display = display, choices = choices, origin = origin, ...)
    if (!missing(select))
        x <- .checkSelect(select, x)
    ordiArgAbsorber(x, FUN = points, ...)
    invisible()
}

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.