expandCensus {diseasemapping} | R Documentation |
Use if census are not done at each year
expandCensus(popdata, year.range = range(as.integer(names(popdata))), years = as.integer(names(popdata)))
popdata |
A list of population data at each census year |
year.range |
The range of the years which the census covers |
years |
The years that the census data are collected |
Patrick Brown