R/scores.orditkplot.R

Defines functions `scores.orditkplot`

`scores.orditkplot` <-
    function(x, display, ...)
{
    .Deprecated(msg = "function was moved to CRAN package vegan3d")
    if (!missing(display) && !is.na(pmatch(display, "labels")))
        x$labels
    else
        x$points
}
vegandevs/vegan documentation built on April 26, 2024, 11:21 a.m.