Learn R Programming

diseasemapping (version 2.0.6)

popdata: Ontario 2006 population by census subdivision

Description

Data set contains the information of population, by age, sex, and census subdivision.

Usage

data(popdata)

Arguments

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

Run this code
data('popdata')
popdata = terra::unwrap(popdata)
head(terra::values(popdata))

terra::plot(popdata)

Run the code above in your browser using DataLab