Learn R Programming

R.methodsS3 (version 1.2.2)

getMethodS3: Get an S3 method

Description

Get an S3 method.

Usage

## S3 method for class 'default':
getMethodS3(name, class="default", envir=parent.frame(), ...)

Arguments

name
The name of the method.
class
The class of the method.
envir
The environment from which the search for the S3 method is done.
...
Not used.

See Also

This is just a conveniency wrapper around getS3method that have arguments consistent with setMethodS3(). getGenericS3().