Create and evaluate a system of expressions with vector inputs
stm_fsystem.Rd
stm_fsystem()
converts a character vector of expressions into
a function that evaluates each expression using vectors of provided
arguments.
Value
A function that takes vectors of arguments and evaluates each
expression in fsystem
with the given values, returning
a numeric vector of results.
Details
This function takes a system of mathematical expressions and converts them into a callable R function. Each expression is evaluated with corresponding input vectors. If the number of provided arguments does not match the number of expressions, an error is raised.