checkParams: Check use and existence of parameters passed to simulation.

checkParamsR Documentation

Check use and existence of parameters passed to simulation.

Description

Checks that all parameters passed are used in a module, and that all parameters used in a module are passed.

Usage

checkParams(sim, coreParams, ...)

## S4 method for signature 'simList,list'
checkParams(sim, coreParams, ...)

Arguments

sim

A simList simulation object.

coreParams

List of default core parameters.

...

Additional arguments. Not implemented.

Value

Invisibly return TRUE indicating object exists; FALSE if not. Sensible messages are produced identifying missing parameters.

Author(s)

Alex Chubaty


PredictiveEcology/SpaDES.core documentation built on April 27, 2024, 1:15 p.m.