The R Project SVN R

Rev

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

Rev 88914 Rev 90185
Line 291... Line 291...
291
  \code{\link{getGeneric}(name)}.  The function
291
  \code{\link{getGeneric}(name)}.  The function
292
  \code{\link{isGeneric}} will tell you whether methods are defined
292
  \code{\link{isGeneric}} will tell you whether methods are defined
293
  for the function in the current session.
293
  for the function in the current session.
294
 
294
 
295
  Note that S4 methods can only be set on those primitives which are
295
  Note that S4 methods can only be set on those primitives which are
296
  \sQuote{\link{internal generic}}, plus \code{\%*\%}.
296
  \sQuote{\link{internal generic}}.
297
}
297
}
298
 
298
 
299
\value{
299
\value{
300
  The \code{setGeneric} function exists for its side effect: saving the
300
  The \code{setGeneric} function exists for its side effect: saving the
301
  generic function to allow methods to be specified later.  It returns
301
  generic function to allow methods to be specified later.  It returns