The R Project SVN R

Rev

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

Rev 84765 Rev 84767
Line 126... Line 126...
126
  Note that all of the \link{group generic} functions are also
126
  Note that all of the \link{group generic} functions are also
127
  internal/primitive and allow methods to be written for them.
127
  internal/primitive and allow methods to be written for them.
128
 
128
 
129
  \code{.S3PrimitiveGenerics} is a character vector listing the
129
  \code{.S3PrimitiveGenerics} is a character vector listing the
130
  primitives which are internal generic and not \link{group generic},
130
  primitives which are internal generic and not \link{group generic},
131
  (not only for {S3} but also {S4}).
131
  (not only for S3 but also S4).
132
  Similarly, the \code{.internalGenerics} character vector contains the names
132
  Similarly, the \code{.internalGenerics} character vector contains the names
133
  of the internal (via \code{\link{.Internal}(..)}) non-primitive functions
133
  of the internal (via \code{\link{.Internal}(..)}) non-primitive functions
134
  which are internally generic.
134
  which are internally generic.
135
}
135
}
136
\note{
136
\note{