Nothing
print.path = function(x, ...)
{
cat("breaks:\n")
print(round(x$breaks, 4))
cat("\nIndicator matrix (parameters x breaks):\n")
print(x$tau)
cat("\nBeta matrix (parameters x breaks):\n")
print(round(x$beta, 4))
cat("\nScore matrix (parameters x breaks):\n")
print(round(x$score, 4))
}
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.