\HeaderA{helpMethods}{Prompt for Method Help Topics}{helpMethods}
\keyword{methods}{helpMethods}
\begin{Description}\relax
For any S4 generic function, find all methods defined in currently loaded packages.
Prompt the user to choose one of these to display the help document.
\end{Description}
\begin{Usage}
\begin{verbatim}
helpMethods(genericFunction)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{genericFunction}] a generic function or a character string giving the name of a generic function
\end{ldescription}
\end{Arguments}
\begin{Author}\relax
Gordon Smyth
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{showMethods}{showMethods}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
## Not run: helpMethods(show)
\end{ExampleCode}
\end{Examples}


