Nothing
print.summary.maxPersistence <-
function(x, ...) {
cat("Call: \n")
print(x[["call"]])
cat("\nThe number of significant features is maximized by \n")
print(x[["maxNumParam"]])
cat("\nThe total significant persistence is maximized by \n")
print(x[["maxSigParam"]])
}
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.