Nothing
"summary.bioenv" <-
function(object, ...)
{
x <- object$models
nam <- object$names
size <- seq_along(x)
cor <- unlist(lapply(x, function(tmp) tmp$est))
pars <- unlist(lapply(x, function(tmp) paste(nam[tmp$best], collapse=" ")))
out <- list(size = size, correlation = cor, variables = pars)
class(out) <- "summary.bioenv"
out
}
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.