getMethodS3 {R.methodsS3} | R Documentation |
Gets an S3 method
Description
Gets an S3 method.
Usage
## Default S3 method:
getMethodS3(name, class="default", envir=parent.frame(), ...)
Arguments
name |
The name of the method. |
class |
The class of the method. |
envir |
The |
... |
Not used. |
Author(s)
Henrik Bengtsson
See Also
This is just a conveniency wrapper around getS3method
that have arguments consistent with setMethodS3
().
getGenericS3
().
[Package R.methodsS3 version 1.8.2 Index]