.get_susceptible_offspring | R Documentation |
Sample susceptible offspring to be infected from all possible offspring. 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.
.get_susceptible_offspring(new_offspring, susc_pop, pop)
new_offspring |
A numeric vector of the possible new offspring per
chain produced by |
pop |
Population size; An |
A numeric vector of the number of offspring that can be infected given the current susceptible population size.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.