The R Project SVN R

Rev

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

Rev 88267 Rev 88585
Line 107... Line 107...
107
}
107
}
108
\value{
108
\value{
109
  The value returned by the selected method.
109
  The value returned by the selected method.
110
}
110
}
111
\references{
111
\references{
112
  Chambers, John M. (2016)
112
   \bibshow{R:Chambers:2016}
113
 \emph{Extending R},
-
 
114
  Chapman & Hall.
-
 
115
(Chapters 9 and 10.)
113
  (Chapters 9 and 10.)
116
}
114
}
117
\seealso{\code{\link{callGeneric}} to call the generic function with the
115
\seealso{\code{\link{callGeneric}} to call the generic function with the
118
 current dispatch rules (typically for a group generic function);
116
 current dispatch rules (typically for a group generic function);
119
 \link{Methods_Details} for the general behavior of method dispatch.
117
 \link{Methods_Details} for the general behavior of method dispatch.
120
}
118
}