View source: R/simulation_base_functions.R
init_para | R Documentation |
initiate default parameters for simulation
init_para( setting = 2, country_id = 1, social_distancing_flg = 1, para = list() )
setting |
integer. rural simulation; 2 for urban, 3 for slum |
country_id |
1 stands for Uganda demographic |
social_distancing_flg |
1 stands for no social distancing |
a list contains all parameters at default setting for each scenatrio
# initialise a normal para <- init_para()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.