getmeth {plgraphics} | R Documentation |
get S3 method of a generic function
Description
identical to getS3method
Usage
getmeth(fn, mt)
Arguments
fn |
name of generic function, quoted or unquoted |
mt |
name of method, quoted or unquoted |
Value
Source code of the method
Author(s)
Werner A. Stahel, ETH Zurich
See Also
Examples
getmeth(simresiduals, glm)
[Package plgraphics version 1.2 Index]