The R Project SVN R

Rev

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

Rev 39016 Rev 40284
Line 36... Line 36...
36
\details{
36
\details{
37
  Method definition objects are functions with additional information
37
  Method definition objects are functions with additional information
38
  defining how the function is being used as a method.  The
38
  defining how the function is being used as a method.  The
39
  \code{target} slot is the class signature for which the method will
39
  \code{target} slot is the class signature for which the method will
40
  be dispatched, and the \code{defined} slot the signature for which
40
  be dispatched, and the \code{defined} slot the signature for which
41
  the method was orignally specified (that is, the one that appeared
41
  the method was originally specified (that is, the one that appeared
42
  in some call to \code{\link{setMethod}}).
42
  in some call to \code{\link{setMethod}}).
43
}
43
}
44
\seealso{class \code{\link{MethodsList-class}} for the objects
44
\seealso{class \code{\link{MethodsList-class}} for the objects
45
  defining sets of methods associated with a particular generic
45
  defining sets of methods associated with a particular generic
46
  function.  The individual method definitions stored in these objects
46
  function.  The individual method definitions stored in these objects