The R Project SVN R

Rev

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

Rev 56186 Rev 58487
Line 42... Line 42...
42
 
42
 
43
  }
43
  }
44
  \item{where}{The position or environment in which to look for the
44
  \item{where}{The position or environment in which to look for the
45
    method(s):  by default, the table of methods defined in the generic function itself is used.}
45
    method(s):  by default, the table of methods defined in the generic function itself is used.}
46
 
46
 
47
  \item{optional}{ If the selection in  \code{selectMethod} does find a valid method
47
  \item{optional}{If the selection in \code{selectMethod} does not find a valid method
48
    an error is generated, unless this argument is \code{TRUE}.  In that
48
    an error is generated, unless this argument is \code{TRUE}.  In that
49
    case, the value returned is  \code{NULL} if no
49
    case, the value returned is \code{NULL} if no method matches.}
50
    method matches.}
-
 
51
  \item{mlist, fdef, useInherited, verbose, doCache}{Optional
50
  \item{mlist, fdef, useInherited, verbose, doCache}{Optional
52
      arguments  to  \code{getMethod} and \code{selectMethod} for
51
      arguments  to  \code{getMethod} and \code{selectMethod} for
53
      internal use.  Avoid
52
      internal use.  Avoid
54
      these: some will work as expected and others will not, and none of them is required for normal use of the functions.
53
      these: some will work as expected and others will not, and none of them is required for normal use of the functions.
55
    }
54
    }