expandCensus {diseasemapping}R Documentation

Given population data at each census year and range of the years that the data spans, this function returns a new list of population data for each consective year assuming population is constant between two census years

Description

Use if census are not done at each year

Usage

expandCensus(popdata, year.range = range(as.integer(names(popdata))), years = as.integer(names(popdata)))

Arguments

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

Author(s)

Patrick Brown


[Package diseasemapping version 0.5.3 Index]