Learn R Programming

OpenABMCovid19 (version 1.0.1)

Model.run: Runs the simulation until the end_time specified in the parameters (wrapper for Model$run())

Description

Runs the simulation until the end_time specified in the parameters (wrapper for Model$run())

Usage

Model.run(model, n_steps = NULL, verbose = TRUE)

Arguments

model

The Model object (R6 Class)

n_steps

Number of simulation steps to run. NULL means that the simulation runs until the end (parameter "end_time")).

verbose

Show progress of the calculation (default = TRUE)