Nothing
"plot.metaMDS" <-
function (x, display = c("sites","species"), choices = c(1, 2), type = "p",
shrink = FALSE, ...)
{
if (length(display) == 1)
display <- match.arg(display)
if (shrink) {
x$species <- scores(x, display = "species", shrink = shrink,
choices=1:x$ndim)
}
ordiplot(x, choices = choices, type = type, display = display, ...)
}
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.