growth_rate: Calculates a growth rate from a birth rate and a death rate.

Description Usage Arguments Value Examples

View source: R/populations.R

Description

Calculates a growth rate from a birth rate and a death rate.

Usage

1
growth_rate(birth_rate, death_rate)

Arguments

birth_rate

the birth rate of the population

death_rate

the death rate of the population

Value

returns the growth rate of the population

Examples

1
  growth_rate(0.5, 0.2)

BEE-Univ-Grenoble/BeePODYNA documentation built on Dec. 25, 2019, 4:49 a.m.