get_time_since_last_infection | R Documentation |
Calculate the time elapsed in days since each person's last infection
get_time_since_last_infection(timestep, dt, infected, inf_time)
timestep |
current time step |
dt |
size of time step |
infected |
individual::Bitset of infected persons |
inf_time |
an individual::IntegerVariable object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.