The R Project SVN R

Rev

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

Rev 84750 Rev 84986
Line 12... Line 12...
12
\arguments{
12
\arguments{
13
  \item{generic}{a character string naming an S3 generic function.}
13
  \item{generic}{a character string naming an S3 generic function.}
14
  \item{class}{a character string naming an S3 class.}
14
  \item{class}{a character string naming an S3 class.}
15
  \item{method}{a character string or function giving the S3 method to
15
  \item{method}{a character string or function giving the S3 method to
16
    be registered.  If not given, the function named
16
    be registered.  If not given, the function named
17
    \samp{\var{generic}.\var{class}} is used.}
17
    \code{\var{generic}.\var{class}} is used.}
18
}
18
}
19
\details{
19
\details{
20
  This function should only be used in R scripts: for package code, one
20
  This function should only be used in R scripts: for package code, one
21
  should use the corresponding \samp{S3method} \file{NAMESPACE} directive.
21
  should use the corresponding \samp{S3method} \file{NAMESPACE} directive.
22
}
22
}