R.methodsS3 (version 1.8.0)

getMethodS3: Gets an S3 method

Description

Gets an S3 method.

Usage

# S3 method for 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().