getMethodS3 | 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
().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.