Checks that all parameters passed are used in a module, and that all parameters used in a module are passed.
checkParams(sim, coreModules, coreParams, path, ...)# S4 method for simList,list,list,character
checkParams(sim, coreModules,
coreParams, path, ...)
A simList simulation object.
List of core modules.
List of default core parameters.
The location of the modules' source files.
Additional arguments. Not implemented.
Invisibly return TRUE
indicating object exists; FALSE
if not.
Sensible messages are be produced identifying missing parameters.