funEval: Evaluate a particular function
Description
This function evaluates a single function in a list of functions.
Usage
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.