Learn R Programming

SpaDES (version 1.0.1)

.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.