Checks that all parameters passed are used in a module, and that all parameters used in a module are passed.
checkParams(sim, coreParams, ...)# S4 method for simList,list
checkParams(sim, coreParams, ...)
Invisibly return TRUE indicating object exists; FALSE if not.
Sensible messages are produced identifying missing parameters.
A simList simulation object.
List of default core parameters.
Additional arguments. Not implemented.
Alex Chubaty