Learn R Programming

SpaDES.core (version 2.0.5)

.addDepends: Add simulation dependencies

Description

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

Usage

.addDepends(sim, x)

# S4 method for simList,.moduleDeps .addDepends(sim, x)

Value

A simList object.

Arguments

sim

A simList object from which to extract element(s) or in which to replace element(s).

x

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

Author

Alex Chubaty

See Also

Other functions to access elements of a 'simList' object: checkpointFile(), envir(), events(), globals(), inputs(), modules(), objs(), packages(), params(), paths(), progressInterval(), times()