annual_growth_rate: Calculate annual growth rate

View source: R/output_analysis.R

annual_growth_rateR Documentation

Calculate annual growth rate

Description

Calculate annual growth rate

Usage

annual_growth_rate(out)

Arguments

out

Model output data frame

Value

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.

Examples

## Not run: 
out <- run(ogden2005)
annual_growth_rate(out)

## End(Not run)


IxPopDyMod documentation built on Oct. 24, 2023, 1:07 a.m.