pop.growth.calculator: Calculate population growth rate.

Description Usage Arguments Value Examples

View source: R/Misc/Pre.hhohhoMaxARTFinal.Sim/hho.rsimpacthelper.R View source: R/pop.growth.calculator.R

Description

Calculate the growth rate of the entire population, averaged over a particular time window.

Usage

1
pop.growth.calculator(datalist = datalist, timewindow = c(0, 20))

Arguments

datalist

The datalist that is produced by readthedata

timewindow

Boundaries of the time window (lower bound < time <= upper bound) that should be retained, e.g. c(20, 30)

Value

population growth rate estimate, for the specified time window

Examples

1
2
3
data(datalist)
growth.rate <- pop.growth.calculator(datalist = datalist, timewindow = c(0, 20))
growth.rate

wdelva/RSimpactHelp documentation built on Dec. 26, 2019, 3:42 a.m.