Learn R Programming

plgraphics (version 1.2)

getmeth: get S3 method of a generic function

Description

identical to getS3method

Usage

getmeth(fn, mt)

Value

Source code of the method

Arguments

fn

name of generic function, quoted or unquoted

mt

name of method, quoted or unquoted

Author

Werner A. Stahel, ETH Zurich

See Also

Examples

Run this code
getmeth(simresiduals, glm)

Run the code above in your browser using DataLab