Nothing
`print.taxondive` <-
function (x, ...)
{
out <- cbind(x$Species, x$D, x$Dstar, x$Lambda, x$Dplus, x$SDplus)
out <- rbind(out, Expected = c(NA, x$ED, x$EDstar, NA, x$EDplus, NA))
colnames(out) <- c("Species", "Delta", "Delta*", "Lambda+",
"Delta+", "S Delta+")
printCoefmat(out, na.print = "")
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.