Nothing
"print.varpart" <-
function (x, ...)
{
cat("\nPartition of variation in RDA\n\n")
writeLines(strwrap(pasteCall(x$call)))
if (x$scale)
cat("Columns of Y were scaled to unit variance\n")
if (!is.null(x$transfo))
cat("Species transformation: ", x$transfo)
cat("\n")
cat("Explanatory tables:\n")
cat(paste(paste(paste("X", seq_along(x$tables), sep=""),": ",
x$tables, sep=""), collapse="\n"), "\n\n")
print(x$part, ...)
invisible(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.