getMethodS3 {R.methodsS3} | R Documentation |
Gets an S3 method.
## Default S3 method:
getMethodS3(name, class="default", envir=parent.frame(), ...)
name |
The name of the method. |
class |
The class of the method. |
envir |
The |
... |
Not used. |
Henrik Bengtsson
This is just a conveniency wrapper around getS3method
that have arguments consistent with setMethodS3
().
getGenericS3
().