The R Project SVN R

Rev

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

Rev 71366 Rev 74363
Line 27... Line 27...
27
 The names are the names of classes, and the corresponding
27
 The names are the names of classes, and the corresponding
28
  element defines the method or methods to be used if the corresponding
28
  element defines the method or methods to be used if the corresponding
29
  argument has that class.  See the details below.}
29
  argument has that class.  See the details below.}
30
  \item{\code{allMethods}:}{A named list,  contains
30
  \item{\code{allMethods}:}{A named list,  contains
31
    all the directly defined methods from the \code{methods} slot, plus
31
    all the directly defined methods from the \code{methods} slot, plus
32
    any inherited methods.  Ignored when methods tables are used for dispatch (see \link{Methods_Details} }
32
    any inherited methods.  Ignored when methods tables are used for dispatch (see \link{Methods_Details}). }
33
}}
33
}}
34
 
34
 
35
\details{
35
\details{
36
  Suppose a function \code{f} has
36
  Suppose a function \code{f} has
37
  formal arguments \code{x} and \code{y}.  The methods list object for
37
  formal arguments \code{x} and \code{y}.  The methods list object for