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
)

Arguments

initial_pop

A vector of initial population values.

new_year

A numeric for the new year for the adjusted population values.

initial_year

A numeric for the initial year for input population values. Default is 2020.

growth_rate

A numeric value for the annual growth rate, default is 3% (1.03).

Value

A numeric vector