bef_proj {befproj} | R Documentation |
Makes a local population projection and produce results for growth per year.
Description
Makes a local population projection and produce results for growth per year.
Usage
bef_proj(startpop, assumptions, YEAR)
Arguments
startpop |
This is the start population |
assumptions |
This is a Data Frame with assumptions |
YEAR |
This is the year from which the forecast starts |
Value
The output from return
Examples
bef_proj(startpop_data,assump_data,2019)
[Package befproj version 0.1.1 Index]