| SimContext | R Documentation |
Captures invariant simulation-level metadata for one Engine run. Created
once by load_model() / Engine$run() in v2 mode and passed to every
bundle callback that accepts a sim_ctx argument.
SimContext(
run_id,
time_spec,
model_id = NULL,
scenario_id = NULL,
horizon = NULL
)
run_id |
Character scalar; unique identifier for this simulation run. |
time_spec |
A |
model_id |
Optional character scalar identifying the model. |
scenario_id |
Optional character scalar labelling an experimental condition. |
horizon |
Optional numeric scalar declaring the simulation horizon. |
A list of class "SimContext".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.