growth_rate {IxPopDyMod}R Documentation

Calculate multiplicative growth rate of population

Description

Calculate multiplicative growth rate of population

Usage

growth_rate(out)

Arguments

out

Model output data frame

Value

Numeric vector of length one representing daily growth rate.

Examples

out <- run(config_ex_1)
growth_rate(out)


[Package IxPopDyMod version 0.3.0 Index]