R/scores.orditkplot.R

Defines functions `scores.orditkplot`

`scores.orditkplot` <-
    function(x, display, ...)
{
    if (!missing(display) && !is.na(pmatch(display, "labels")))
        x$labels
    else
        x$points
}

Try the vegan3d package in your browser

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

vegan3d documentation built on May 29, 2024, 9:49 a.m.