eval.edamethod {StabPerf}R Documentation

Wrapper for 'eval' for instances of 'edamethod'

Description

Wrapper for eval for instances of edamethod

Usage

eval.edamethod(method, envir=parent.frame(), ...)

Arguments

method edamethod.
envir environment.
... Parameters to pass to eval

Details

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.

See Also

edamethod, eval

Examples

eval(meth)

[Package StabPerf version 0.5 Index]