R/help.ebam.R

Defines functions `help.ebam`

`help.ebam` <-
function(method){
	if(!is.character(method))
		method<-as.character(match.call(method)[[2]])
	if(!method%in%c("print","summary","plot"))
		stop("'method' must be either print, summary, or plot.")
	fp<-find.package("siggenes")
	fp<-file.path(fp,"doc",paste(method,"ebam.html",sep="."))
	browseURL(fp)
}

Try the siggenes package in your browser

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

siggenes documentation built on Nov. 8, 2020, 6:26 p.m.