Learn R Programming

EpiModel (version 2.2.1)

increment_timestep: Increment the Current Timestep

Description

This function adds 1 to the timestep counter stored in the dat Master list object.

Usage

increment_timestep(dat)

Value

A dat Master list object

Arguments

dat

a Master list object of network models

Mutability

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)