R/PST-flist.R

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])
}

Try the PST package in your browser

Any scripts or data that you put into this service are public.

PST documentation built on May 2, 2019, 3:43 a.m.