help.finda0 {siggenes} | R Documentation |
Displays the help page or the argument list, respectively, for a FindA0-specific method.
help.finda0(method) args.finda0(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 and plot |
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.finda0(summary) # Opens the help page in the browser help.finda0(summary) ## End(Not run)