The R Project SVN R

Rev

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

Rev 27442 Rev 30461
Line 39... Line 39...
39
}
39
}
40
\note{
40
\note{
41
  This scheme is called \emph{S3} (S version 3).  For new projects,
41
  This scheme is called \emph{S3} (S version 3).  For new projects,
42
  it is recommended to use the more flexible and robust \emph{S4} scheme
42
  it is recommended to use the more flexible and robust \emph{S4} scheme
43
  provided in the \pkg{methods} package.  Functions can have both S3
43
  provided in the \pkg{methods} package.  Functions can have both S3
44
  and S4 methods, and function \code{\link[methods]{showMethods}} will
44
  and S4 methods, and function \code{\link{showMethods}} will
45
  list the S4 methods (possibly none).
45
  list the S4 methods (possibly none).
46
 
46
 
47
  The original \code{methods} function was written by Martin Maechler.
47
  The original \code{methods} function was written by Martin Maechler.
48
}
48
}
49
\seealso{
49
\seealso{