.init_susc_pop | R Documentation |
Calculates the initial susceptible population size given the total population size, the percent immune, and the number of index cases. This function is used internally, and input checking is not performed here, only in the context where it is used. Using it directly is not recommended.
.init_susc_pop(pop, percent_immune, index_cases)
pop |
Population size; An |
percent_immune |
Percent of the population immune to
infection at the start of the simulation; A |
Initial susceptible population size; A numeric coercible to integer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.