Nothing
"print.humpfit" <-
function(x, ...)
{
cat("\nHump-backed Null model of richness vs. productivity\n\n")
cat("Family:", family(x)$family,"\n")
cat("Link function: Fisher diversity\n\n")
cat("Coefficients:\n\n")
print(coef(x))
cat("\nDeviance", deviance(x), "with", df.residual(x))
cat(" residual degrees of freedom\n")
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.