get_parameters | R Documentation |
Get parameters from squire model
get_parameters( iso3c = NULL, population = NULL, contact_matrix_set = NULL, time_period = 365, max_age = 100, lambda_external = NULL, dt, ... )
iso3c |
Character for country iso3c |
population |
Population vector (for each age group). Default = NULL, which will cause population to be sourced from country |
contact_matrix_set |
Contact matrices used in simulation. Default = NULL, which will generate this based on the country. |
time_period |
length of simulation (in days) |
max_age |
the maximum age for humans |
lambda_external |
a vector of length equal to |
dt |
size of time step |
... |
Other parameters for squire::parameters_explicit_SEEIR |
squire model parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.