Nothing
`scores.ordiplot` <-
function (x, display = "sites", ...)
{
if (length(x) == 1) {
attr(x[[1]], "score") <- names(x)
return(x[[1]])
}
items <- names(x)
items <- items[!is.na(items)]
display <- match.arg(display, items)
x <- x[[display]]
attr(x, "score") <- display
x
}
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.