firstS3method {riskmetric} | R Documentation |
Find the S3 method that will be evaluated when an S3 generic is called by
an object of class classes
Description
Find the S3 method that will be evaluated when an S3 generic is called by
an object of class classes
Usage
firstS3method(f, classes, envir = parent.frame())
Arguments
f |
a character string giving the name of the generic. |
classes |
a character vector of classes used to search for the appropriate S3 method |
envir |
the |
Value
a S3 method
[Package riskmetric version 0.2.5 Index]