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