powered by
This function adds 1 to the timestep counter stored in the dat main list object.
dat
increment_timestep(dat)
The updated dat main list object.
Main list object containing a networkDynamic object and other initialization information passed from netsim.
networkDynamic
netsim
This DOES NOT modify the dat object in place. The result must be assigned back to dat in order to be registered: dat <- increment_timestep(dat).
dat <- increment_timestep(dat)