The R Project SVN R

Rev

Rev 25669 | Rev 27447 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25669 Rev 26478
Line 82... Line 82...
82
\note{
82
\note{
83
  This scheme is called \emph{S3} (S version 3).  For new projects,
83
  This scheme is called \emph{S3} (S version 3).  For new projects,
84
  it is recommended to use the more flexible and robust \emph{S4} scheme
84
  it is recommended to use the more flexible and robust \emph{S4} scheme
85
  provided in the \pkg{methods} package. 
85
  provided in the \pkg{methods} package. 
86
 
86
 
87
  The function \code{.isMethodsDispatchOn()} returns \code{TRUE} if the
87
  The function \code{.isMethodsDispatchOn()} returns \code{TRUE} if
88
  new S4 methods are available but is meant for \R internal use only.
88
  the S4 method dispatch has been turned on in the evaluator. It is
-
 
89
  meant for \R internal use only.
89
}
90
}
90
\seealso{
91
\seealso{
91
  \code{\link{methods}}, \code{\link[base]{class}}, \code{\link{getS3method}}
92
  \code{\link{methods}}, \code{\link[base]{class}}, \code{\link{getS3method}}
92
}
93
}
93
\references{
94
\references{