Learn R Programming

IxPopDyMod (version 0.3.0)

growth_rate: Calculate multiplicative growth rate of population

Description

Calculate multiplicative growth rate of population

Usage

growth_rate(out)

Value

Numeric vector of length one representing daily growth rate.

Arguments

out

Model output data frame

Examples

Run this code
out <- run(config_ex_1)
growth_rate(out)

Run the code above in your browser using DataLab