increment_timestep | R Documentation |
This function adds 1 to the timestep counter stored in the
netsim_dat
main list object.
increment_timestep(dat)
dat |
Main |
The updated netsim_dat
main list object.
This DOES NOT modify the netsim_dat
object in place. The result must
be assigned back to dat
in order to be registered:
dat <- increment_timestep(dat)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.