eval.edamethod {StabPerf} | R Documentation |
Wrapper for eval
for instances of edamethod
eval.edamethod(method, envir=parent.frame(), ...)
method |
edamethod. |
envir |
environment. |
... |
Parameters to pass to eval |
Calls eval
on the $code
member of method
. Since the standard function base::eval
is not generic, it is turned into a generic function by reassigning eval
to eval.default
and making eval
a generic wrapper. This enables calling eval
with an instance of edamethod
in order to delegate to generic functions.
eval(meth)