help.finda0: Help files or argument list for FindA0-specific methods

Description Usage Arguments Value Author(s) See Also Examples

Description

Displays the help page or the argument list, respectively, for a FindA0-specific method.

Usage

1
2
   help.finda0(method)
   args.finda0(method)

Arguments

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.

Value

The arguments of the specified method are displayed or a html page containing the help for the specified method is opened, respectively.

Author(s)

Holger Schwender, holger.schw@gmx.de

See Also

FindA0-class, find.a0

Examples

1
2
3
4
5
6
7
8
## 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)

siggenes documentation built on Nov. 8, 2020, 6:26 p.m.