Nothing
flist <- function(f, feature) {
method <- c("pstree", "cprob", "generate")
stationary <- c(FALSE, TRUE, FALSE)
cdata <- c(FALSE, FALSE, FALSE)
fdb <- data.frame(method, stationary, cdata)
return(fdb[fdb[,"method"]==f,feature])
}
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.