The R Project SVN R

Rev

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

Rev 68948 Rev 69636
Line 16... Line 16...
16
          valueClass = NULL, sealed = FALSE)
16
          valueClass = NULL, sealed = FALSE)
17
 
17
 
18
removeMethod(f, signature, where)
18
removeMethod(f, signature, where)
19
}
19
}
20
\arguments{
20
\arguments{
21
  \item{f}{ A generic function or the character-string name of the function. }
21
  \item{f}{ A generic function or the character-string name of the
-
 
22
  function. Non-primitive base functions that dispatch internally need
-
 
23
  to be specified by character-string.}
22
  \item{signature}{ A match of formal argument names for \code{f} with
24
  \item{signature}{ A match of formal argument names for \code{f} with
23
    the character-string names of corresponding classes.  See the
25
    the character-string names of corresponding classes.  See the
24
    details below; however, if the signature is not trivial, you should use \code{\link{method.skeleton}} to generate a valid call to \code{setMethod}.}
26
    details below; however, if the signature is not trivial, you should use \code{\link{method.skeleton}} to generate a valid call to \code{setMethod}.}
25
  \item{definition}{ A function definition, which will become the method
27
  \item{definition}{ A function definition, which will become the method
26
    called when the arguments in a call to \code{f} match the
28
    called when the arguments in a call to \code{f} match the