R/points.orditkplot.R

Defines functions `points.orditkplot`

`points.orditkplot` <- function(x, pch = x$args$pch, cex = x$args$pcex,
                                col = x$args$pcol, bg = x$args$pbg, ...)
{
    .Deprecated(msg = "function was moved to CRAN package vegan3d")
    points(x$points, pch = pch, cex = cex, col = col, bg = bg, ...)
}

Try the vegan package in your browser

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

vegan documentation built on May 29, 2024, 7:28 a.m.