The R Project SVN R

Rev

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

Rev 42333 Rev 51427
Line 47... Line 47...
47
        vector of formal argument names that can appear in the
47
        vector of formal argument names that can appear in the
48
        signature of methods for this generic function.  By default,
48
        signature of methods for this generic function.  By default,
49
        it is all the formal arguments, except for \dots.  Order
49
        it is all the formal arguments, except for \dots.  Order
50
        matters for efficiency:  the most commonly used arguments in
50
        matters for efficiency:  the most commonly used arguments in
51
        specifying methods should come first. }
51
        specifying methods should come first. }
52
    \item{\code{default}:}{Object of class \code{"OptionalMethods"},
52
    \item{\code{default}:}{Object of class \code{"optionalMethod"}
-
 
53
        (a union of classes \code{"function"} and \code{"NULL"}), containing
53
        the default method for this function.  Generated
54
        the default method for this function if any.  Generated
54
        automatically and used to initialize method dispatch. }
55
        automatically and used to initialize method dispatch. }
55
    \item{\code{skeleton}:}{Object of class \code{"call"}, a slot used
56
    \item{\code{skeleton}:}{Object of class \code{"call"}, a slot used
56
        internally in method dispatch.  Don't expect to use it
57
        internally in method dispatch.  Don't expect to use it
57
        directly.}
58
        directly.}
58
  }
59
  }