The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 79435
Line 12... Line 12...
12
}
12
}
13
\usage{
13
\usage{
14
getS3method(f, class, optional = FALSE, envir = parent.frame())
14
getS3method(f, class, optional = FALSE, envir = parent.frame())
15
}
15
}
16
\arguments{
16
\arguments{
17
  \item{f}{character: name of the generic.}
17
  \item{f}{a character string giving the name of the generic.}
18
  \item{class}{character: name of the class.}
18
  \item{class}{a character string giving the name of the class.}
19
  \item{optional}{logical: should failure to find the generic or a
19
  \item{optional}{logical: should failure to find the generic or a
20
    method be allowed?}
20
    method be allowed?}
21
  \item{envir}{the \code{\link{environment}} in which the method and its
21
  \item{envir}{the \code{\link{environment}} in which the method and its
22
    generic are searched first.}
22
    generic are searched first.}
23
}
23
}