Objects are passed into simList
via simInit
call or objects(simList)
assignment. This function is an internal helper to find those objects from their
environments by searching the call stack.
.findObjects(objects, functionCall = "simInit")
A character vector of object names
A character string identifying the function name to be
searched in the call stack. Default is "simInit"
.
Eliot McIntire