Nothing
`print.nestednodf` <-
function(x, ...)
{
cat("N columns :", format(x$statistic["N.columns"], ...), "\n")
cat("N rows :", format(x$statistic["N.rows"], ...), "\n")
cat("NODF :", format(x$statistic["NODF"], ...), "\n")
cat("Matrix fill:", format(x$fill, ...), "\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.