.addDepends {SpaDES.core} | R Documentation |
Add simulation dependencies
Description
Internal function.
Adds a .moduleDeps
object to the simulation dependency list.
Usage
.addDepends(sim, x)
## S4 method for signature 'simList,.moduleDeps'
.addDepends(sim, x)
Arguments
sim |
A |
x |
A named list containing the parameters used to construct a new
|
Value
A simList
object.
Author(s)
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()
[Package SpaDES.core version 2.1.0 Index]