getDispatchMethodS3.Rd
Gets the S3 method that a generic function would call according to an S3 class() vector.
class
vector
# Default S3 method getDispatchMethodS3(methodName, classNames, ...)
A character string specifying the name of a generic function.
character
A character vector of class() names.
Not used.
Returns a function, or throws an exception if not found.
function
findDispatchMethodsS3().
findDispatchMethodsS3
Henrik Bengtsson