| Line 6... |
Line 6... |
| 6 |
possibly restricted to those involving specified classes.
|
6 |
possibly restricted to those involving specified classes.
|
| 7 |
}
|
7 |
}
|
| 8 |
\usage{
|
8 |
\usage{
|
| 9 |
showMethods(f = character(), where = topenv(parent.frame()),
|
9 |
showMethods(f = character(), where = topenv(parent.frame()),
|
| 10 |
classes = NULL, includeDefs = FALSE, inherited = TRUE,
|
10 |
classes = NULL, includeDefs = FALSE, inherited = TRUE,
|
| 11 |
printTo = stdout())
|
11 |
showEmpty = TRUE, printTo = stdout())
|
| 12 |
}
|
12 |
}
|
| 13 |
\arguments{
|
13 |
\arguments{
|
| 14 |
\item{f}{one or more function names. If omitted, all functions
|
14 |
\item{f}{one or more function names. If omitted, all functions
|
| 15 |
will be examined. }
|
15 |
will be examined. }
|
| 16 |
\item{where}{If \code{where} is supplied, the methods definition from
|
16 |
\item{where}{If \code{where} is supplied, the methods definition from
|
| Line 27... |
Line 27... |
| 27 |
have been found by inheritance, so far in the session, will be
|
27 |
have been found by inheritance, so far in the session, will be
|
| 28 |
included and marked as inherited. Note that an inherited method
|
28 |
included and marked as inherited. Note that an inherited method
|
| 29 |
will not usually appear until it has been used in this session.
|
29 |
will not usually appear until it has been used in this session.
|
| 30 |
See \code{\link{selectMethod}} if you want to know what method is
|
30 |
See \code{\link{selectMethod}} if you want to know what method is
|
| 31 |
dispatched for particular classes of arguments.}
|
31 |
dispatched for particular classes of arguments.}
|
| - |
|
32 |
\item{showEmpty}{logical indicating if methods with empty method lists
|
| - |
|
33 |
should be shown at all. Note
|
| - |
|
34 |
that \code{FALSE} is \emph{not yet implemented}.}
|
| - |
|
35 |
|
| 32 |
\item{printTo}{The connection on which the printed information will be
|
36 |
\item{printTo}{The connection on which the printed information will be
|
| 33 |
written. If \code{printTo} is \code{FALSE}, the output will be
|
37 |
written. If \code{printTo} is \code{FALSE}, the output will be
|
| 34 |
collected as a character vector and returned as the value of the
|
38 |
collected as a character vector and returned as the value of the
|
| 35 |
call to \code{showMethod}. See \code{\link{show}}.
|
39 |
call to \code{showMethod}. See \code{\link{show}}.
|
| 36 |
}
|
40 |
}
|