SpaDES (version 1.1.4)

.addDepends: Add simulation dependencies

Description

Internal function. Adds a .moduleDeps object to the simulation dependency list.

Usage

.addDepends(sim, x)

## S3 method for class '.simList,.moduleDeps': .addDepends(sim, x)

Arguments

sim
A simList object.
x
A named list containing the parameters used to construct a new .moduleDeps object.

Value

  • A simList object.