\HeaderA{help.sam}{Help files or argument list for SAM-specific methods}{help.sam}
\aliasA{args.sam}{help.sam}{args.sam}
\keyword{documentation}{help.sam}
\begin{Description}\relax
Displays the help page or the argument list, respectively,
for a SAM-specific method.
\end{Description}
\begin{Usage}
\begin{verbatim}
   help.sam(method)
   args.sam(method)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{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 \code{print}, \code{plot}, \code{summary} and \code{identify}
\end{ldescription}
\end{Arguments}
\begin{Value}
The arguments of the specified \code{method} are displayed or a html page
containing the help for the specified \code{method} is opened, respectively.
\end{Value}
\begin{Author}\relax
Holger Schwender, \email{holger.schw@gmx.de}
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{SAM-class}{SAM.Rdash.class}},\code{\LinkA{sam}{sam}},\code{\LinkA{sam.dstat}{sam.dstat}},
\code{\LinkA{sam.wilc}{sam.wilc}},\code{\LinkA{sam.snp}{sam.snp}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}## 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)\end{ExampleCode}
\end{Examples}


