unbound {mosaicCalc} | R Documentation |
Identifying unbound inputs to a function
Description
unbound()
finds if there are any unbound parameters in a function. This can be
useful for checking before handing a function over to a numerical routine.
bind_params()
lets you add parameter bindings or override existing ones.
Usage
unbound(f)
bind_params(f, ...)
Arguments
f |
a function (not a tilde expr.) |
... |
bindings for parameters |
[Package mosaicCalc version 0.6.4 Index]