save_simulation_state | R Documentation |
Save the simulation state in an R object, allowing it to be
resumed later using restore_simulation_state
.
save_simulation_state(timesteps, variables, events)
timesteps |
the number of time steps that have already been simulated |
variables |
the list of Variables |
events |
the list of Events |
the saved simulation state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.