powered by
Population in Chicago community areas in 2010.
chicago_comm
An sf data frame with 77 rows, 4 variables, and a geometry column:
Community name
Community ID
Community ID (repeated)
Population in 2010
MULTIPOLYGON
Sf object, unprojected. EPSG 4326: WGS84.
# NOT RUN { if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(chicago_comm) plot(chicago_comm["community"]) } # }
Run the code above in your browser using DataLab