Nothing
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)
}
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.