SpaDES (version 1.1.4)

envir: Simulation environment

Description

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

Usage

envir(object)

## S3 method for class 'simList': envir(object)

envir(object) <- value

## S3 method for class '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

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