The R Project SVN R

Rev

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

Rev 71420 Rev 88585
Line 46... Line 46...
46
  The \code{setGroupGeneric} function exists for its side effect: saving the
46
  The \code{setGroupGeneric} function exists for its side effect: saving the
47
  generic function to allow methods to be specified later.  It returns
47
  generic function to allow methods to be specified later.  It returns
48
  \code{name}.
48
  \code{name}.
49
}
49
}
50
\references{
50
\references{
51
 Chambers, John M. (2016)
51
  \bibshow{R:Chambers:2016}
52
 \emph{Extending R}
-
 
53
  Chapman & Hall
-
 
54
}
52
}
55
\examples{
53
\examples{
56
\dontrun{
54
\dontrun{
57
## the definition of the "Logic" group generic in the methods package
55
## the definition of the "Logic" group generic in the methods package
58
setGroupGeneric("Logic", function(e1, e2) NULL,
56
setGroupGeneric("Logic", function(e1, e2) NULL,