add_global {simmer} | R Documentation |
Add a Global Attribute
Description
Attach a global variable to the simulation.
Usage
add_global(.env, key, value)
Arguments
.env |
the simulation environment. |
key |
the attribute name. |
value |
the value to set, either a numeric or a |
Value
Returns the simulation environment.
See Also
Convenience functions: schedule
.
[Package simmer version 4.4.6.4 Index]