chicago_comm {geodaData} | R Documentation |
Chicago Community Areas (2010).
Description
Population in Chicago community areas in 2010.
Usage
chicago_comm
Format
An sf data frame with 77 rows, 4 variables, and a geometry column:
- community
Community name
- area_num_1
Community ID
- NID
Community ID (repeated)
- POP2010
Population in 2010
- geometry
MULTIPOLYGON
Details
Sf object, unprojected. EPSG 4326: WGS84.
Source
Examples
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(chicago_comm)
plot(chicago_comm["community"])
}
[Package geodaData version 0.1.0 Index]