Nothing
"envfit.formula" <-
function(formula, data, ...)
{
if (missing(data))
data <- parent.frame()
X <- formula[[2]]
X <- eval(X, data, parent.frame())
formula[[2]] <- NULL
P <- model.frame(formula, data, na.action = na.pass)
envfit.default(X, P, ...)
}
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.