R/scale_pop_growth_annual.R
scale_pop_growth_annual.Rd
Scale population values using a defined assumed population growth rate
scale_pop_growth_annual(
initial_pop,
new_year,
initial_year = 2020,
growth_rate = 1.03
)
A vector of initial population values.
A numeric for the new year for the adjusted population values.
A numeric for the initial year for input population values. Default is 2020.
A numeric value for the annual growth rate, default is 3% (1.03).
A numeric vector