help.sam: Help files or argument list for SAM-specific methods

Description Usage Arguments Value Author(s) See Also Examples

View source: R/help.sam.R

Description

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

Usage

1
2
   help.sam(method)
   args.sam(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, plot, summary and identify.

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

SAM-class,sam

Examples

1
2
3
4
5
6
7
8
## Not run: 
   # Displays the arguments of the function summary
   args.sam(summary)
   
   # Opens the help page in the browser
   help.sam(summary)

## End(Not run)

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