Nothing
`lines.spantree` <-
function (x, ord, display = "sites", ...)
{
ord <- scores(ord, display = display, ...)
tree <- x$kid
if (x$n > 1)
ordiArgAbsorber(ord[-1, 1], ord[-1, 2], ord[tree, 1], ord[tree, 2],
FUN = segments, ...)
invisible()
}
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.