Advance model by one tick (i.e., one day). Calculate progress of disease (exposed people become infectious, and infectious people recover) and then calculate transmission of the disease (stochastically, infectious people may infect susceptible people) through network connections.
tick(model, tracing = FALSE)
model | A model object, created by |
---|---|
tracing | Whether to print informative messages about the results of
the tick. If it's |
An updated model
# ADD_EXAMPLES_HERE