| Line 15... |
Line 15... |
| 15 |
\usage{
|
15 |
\usage{
|
| 16 |
isS3method(method, f, class, envir = parent.frame())
|
16 |
isS3method(method, f, class, envir = parent.frame())
|
| 17 |
}
|
17 |
}
|
| 18 |
\arguments{
|
18 |
\arguments{
|
| 19 |
\item{method}{a character string, typically of the form
|
19 |
\item{method}{a character string, typically of the form
|
| 20 |
\code{"<fn>.<class>"}. If omitted, \code{f} and \code{class} have
|
20 |
\code{"\var{fn}.\var{class}"}. If omitted, \code{f} and \code{class} have
|
| 21 |
to be specified instead.}
|
21 |
to be specified instead.}
|
| 22 |
\item{f}{optional character string, typically specifying an S3 generic
|
22 |
\item{f}{optional character string, typically specifying an S3 generic
|
| 23 |
function. Used, when \code{method} is not specified.}
|
23 |
function. Used, when \code{method} is not specified.}
|
| 24 |
\item{class}{optional character string, typically specifying an S3
|
24 |
\item{class}{optional character string, typically specifying an S3
|
| 25 |
class name. Used, when \code{method} is not specified.}
|
25 |
class name. Used, when \code{method} is not specified.}
|
| 26 |
\item{envir}{the \code{\link{environment}} in which the method and its
|
26 |
\item{envir}{the \code{\link{environment}} in which the method and its
|
| 27 |
generic are searched first, as in \code{\link{getS3method}()}.}
|
27 |
generic are searched first, as in \code{\link{getS3method}()}.}
|
| 28 |
}
|
28 |
}
|
| 29 |
%% \details{
|
- |
|
| 30 |
%% }
|
- |
|
| 31 |
\value{
|
29 |
\value{
|
| 32 |
\code{\link{logical}} \code{TRUE} or \code{FALSE}
|
30 |
\code{\link{logical}} \code{TRUE} or \code{FALSE}
|
| 33 |
}
|
31 |
}
|
| 34 |
\seealso{
|
32 |
\seealso{
|
| 35 |
\code{\link{methods}}, \code{\link{getS3method}}.
|
33 |
\code{\link{methods}}, \code{\link{getS3method}}.
|