help.ebam {siggenes} | R Documentation |
Displays the help page or the argument list, respectively, for a EBAM-specific method.
help.ebam(method) args.ebam(method)
method |
a name or a character string specifying the method for which
the arguments or the help page, respectively, should be shown. Currently
available are print , plot , and summary |
The arguments of the specified method
are displayed or a html page
containing the help for the specified method
is opened, respectively.
Holger Schwender, holger.schw@gmx.de
## Not run: # Displays the arguments of the function summary args.ebam(summary) # Opens the help page in the browser help.ebam(summary) ## End(Not run)