restore_simulation_state | R Documentation |
Restore the simulation state from a previous checkpoint. The state of passed events and variables is overwritten to match the state they had when the simulation was checkpointed.
restore_simulation_state(state, variables, events, restore_random_state)
state |
the simulation state to restore, as returned by
|
variables |
the list of Variables |
events |
the list of Events |
restore_random_state |
if TRUE, restore R's global random number generator's state from the checkpoint. |
the time step at which the simulation should resume.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.