checkParams | R Documentation |
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 signature 'simList,list' checkParams(sim, coreParams, ...)
sim |
A simList simulation object. |
coreParams |
List of default core parameters. |
... |
Additional arguments. Not implemented. |
Invisibly return TRUE
indicating object exists; FALSE
if not.
Sensible messages are be produced identifying missing parameters.
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.