R/help.sam.R

Defines functions help.sam

Documented in help.sam

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