growth_rate {IxPopDyMod} | R Documentation |
Calculate multiplicative growth rate of population
growth_rate(out)
out |
Model output data frame |
Numeric vector of length one representing daily growth rate.
out <- run(config_ex_1)
growth_rate(out)