findDispatchMethodsS3 {R.methodsS3} | R Documentation |
Finds the S3 methods that a generic function would call
Description
Finds the S3 methods that a generic function would call, ordered according to an S3 class
() vector
.
Usage
## Default S3 method:
findDispatchMethodsS3(methodName, classNames, firstOnly=FALSE, ...)
Arguments
methodName |
A |
classNames |
|
firstOnly |
If |
... |
Not used. |
Value
Returns a names list
structure.
Author(s)
Henrik Bengtsson
See Also
[Package R.methodsS3 version 1.8.2 Index]