View source: R/output_analysis.R
annual_growth_rate | R Documentation |
Calculate annual growth rate
annual_growth_rate(out)
out |
Model output data frame |
Numeric vector of length one representing the annual factor by which the total tick population changes. To use this function, it is best to run the model for at least three years.
## Not run:
out <- run(ogden2005)
annual_growth_rate(out)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.