popdata {diseasemapping} | R Documentation |
Ontario 2006 population by census subdivision
Description
Data set contains the information of population, by age, sex, and census subdivision.
Usage
data(popdata)
Format
A SpatialPolygonsDataFrame object, which needs the sp
package for full functionality.
Details
This data is from the 2006 Census of canada offering by Statistics Canada web site, www12.statcan.gc.ca/english/census06/data/highlights/agesex/Index_PR.cfm?Lang=E&Geo=CSD&Table=1
Examples
data('popdata')
popdata = terra::unwrap(popdata)
head(terra::values(popdata))
terra::plot(popdata)
[Package diseasemapping version 2.0.6 Index]