Nothing
`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, ...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.