R/help.finda0.R

Defines functions `help.finda0`

`help.finda0` <-
function(method){
	if(!is.character(method))
		method<-as.character(match.call(method)[[2]])
	if(!method%in%c("print","plot"))
		stop("'method' must be either print or plot.")
	fp<-find.package("siggenes")
	fp<-file.path(fp,"doc",paste(method,"finda0.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.