chicago_comm {geodaData} | R Documentation |
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.
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(chicago_comm)
plot(chicago_comm["community"])
}