R/scores.ordiplot.R

`scores.ordiplot`  <-
    function (x, display = "sites", ...)
{
    if (length(x) == 1)
        return(x[[1]])
    items <- names(x)
    items <- items[!is.na(items)]
    display <- match.arg(display, items)
    x <- x[[display]]
    attr(x, "score") <- display
    x
}

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.