Nothing
"ordiTerminfo" <-
function(d, data)
{
Terms <- delete.response(d$terms.expand)
if (length(attr(Terms, "term.labels")) == 0)
mf <- data.frame(NULL)
else
mf <- d$modelframe
xlev <- .getXlevels(Terms, mf)
ordered <- sapply(mf, is.ordered)
list(terms = Terms, xlev = xlev, ordered = ordered)
}
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.