View source: R/output_analysis.R
growth_rate | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.