Nothing
plotPCO <- function (x, display = "sites", ...) {
ord <- capscale(as.matrix(x) ~ 1, data = sites(x))
fig <- ordiplot(ord, display = display, type = "n") # , ...
ol <- outlier(x, ...)
points(fig, select = !ol, col = 1)
points(fig, select = ol, col = 2, pch = "+")
#orditorp(fig, select = ol, col = 2)
}
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.