
Last chance! 50% off unlimited learning
Sale ends in
This function adds 1 to the timestep counter stored in the
dat
main list object.
increment_timestep(dat)
The updated dat
main list object.
Main list object containing a networkDynamic
object and
other initialization information passed from 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)
.