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, ...) {
    points(x$points, pch = pch, cex = cex, col = col, bg = bg, ...)
}

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.