SpaDES (version 1.3.1)

envir: Simulation environment

Description

Accessor functions for the .envir slot in a simList object. These are included for advanced users.

Usage

envir(object)

# S4 method for simList envir(object)

envir(object) <- value

# S4 method for simList envir(object) <- value

Arguments

object

A simList simulation object.

value

The object to be stored at the slot.

Value

Returns or sets the value of the slot from the simList object.

Details

Currently, only get and set methods are defined. Subset methods are not.

See Also

SpaDES, specifically the section 1.2.8 on simList environment.

Other functions to access elements of a simList object: .addDepends, doEvent.checkpoint, events, globals, inputs, ls.simList, ls.str.simList, modules, objs, packages, params, paths, progressInterval, times