SpaDES (version 1.2.0)

envir: Simulation environment

Description

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

Usage

envir(object)
"envir"(object)
envir(object) <- value
"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

simList-class, simList-accessors-events, simList-accessors-inout, simList-accessors-modules, simList-accessors-objects, simList-accessors-params, simList-accessors-paths, simList-accessors-times.