popdata {diseasemapping} | R Documentation |
Data set contains the information of population, by age, sex, and census subdivision.
data(popdata)
A SpatialPolygonsDataFrame object, which needs the sp
package for full functionality.
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
data(popdata) head(popdata@data) ## maybe str(popdata) ; plot(popdata) ...