Nothing
`print.fds` <- function (x, digits = NULL, ...)
{
if (class(x)[1] == "fds"){
cat("Functional data set")
cat(paste("\n y:", x$yname))
cat(paste("\n x:", x$xname, "\n"))
}
else {
stop("object is not a functional data set.")
}
}
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.