funEval: Evaluate a particular function

Description Usage Arguments Value

View source: R/mtr.R

Description

This function evaluates a single function in a list of functions.

Usage

1
funEval(fun, values = NULL, argnames = NULL)

Arguments

fun

the function to be evaluated.

values

the values of the arguments to the function. Ordering is assumed to be the same as in argnames.

argnames

the argument names corresponding to values.

Value

the output of the function evaluated.


ivmte documentation built on Sept. 17, 2021, 5:06 p.m.