args.sam {siggenes}R Documentation

Argument list for SAM-specific methods

Description

Displays the argument names of the methods for a object of class SAM.

Usage

   args.sam(method)

Arguments

method a character string specifying the method whose arguments should be shown. name must be either "print", "plot", "summary" or "identify"

Value

The arguments of the specified method are displayed

Author(s)

Holger Schwender, holger.schw@gmx.de

See Also

SAM-class,sam,sam.dstat, sam.wilc,sam.snp

Examples

   # Displays the arguments of the function summary
   args.sam("summary")

[Package siggenes version 1.2.11 Index]