| args.sam {siggenes} | R Documentation |
Displays the argument names of the methods for a object of class SAM.
args.sam(method)
method |
a character string specifying the method whose arguments
should be shown. name must be either "print", "plot",
"summary" or "identify" |
The arguments of the specified method are displayed
Holger Schwender, holger.schw@gmx.de
SAM-class,sam,sam.dstat,
sam.wilc,sam.snp
# Displays the arguments of the function summary
args.sam("summary")