Nothing
`print.sfts` <- function (x, ...)
{
if (class(x)[1] == "sfts"){
cat("Sliced functional time series")
cat(paste("\n y:", x$yname))
cat(paste("\n x:", x$xname, "\n"))
}
else {
stop("object is not a sliced functional time series.")
}
}
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.