ward_sf: Chicago Wards

ward_sfR Documentation

Chicago Wards

Description

The official boundaries of the Chicago wards established in May of 2023. Obtained 5/13/2023 and came into effect on 5/15/2023.

Usage

ward_sf

Format

A multipolygon sf object with 50 rows and 3 variables:

ward_num

Ward number. Integer.

sqmi

Area in square miles. Double.

geometry

Feature geometry. sf multipolygon.

Source

Chicago Data Portal

Examples

# Display the wards with ggplot2
library(ggplot2)
ggplot(ward_sf) + geom_sf(lwd = 0.1) + theme_void()

CMAP-REPOS/cmapgeo documentation built on Jan. 28, 2024, 10:16 p.m.