ann.gr: Calculates annualized growth rates.

Description Usage Arguments Examples

View source: R/demography_functions.R

Description

Calculates annualized growth rates.

Usage

1
ann.gr(begin, end, n)

Arguments

begin

Value at the beginning of the period.

end

Value at the end of the period.

n

Number of years from beginning to end

Examples

1
ann.gr(4300,7950, 10)

robkemp/robR documentation built on May 27, 2019, 11:57 a.m.