unbound: Identifying unbound inputs to a function

View source: R/unbound.R

unboundR 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


ProjectMOSAIC/mosaicCalc documentation built on March 17, 2024, 8:27 p.m.