commpop {geodaData} | R Documentation |
Chicago Population Change (2000-2010).
Description
Change in population in Chicago community areas from 2000 to 2010.
Usage
commpop
Format
An sf data frame with 77 rows, 8 variables, and a geometry column:
- community
Community name
- NID
Community ID
- POP2010
Population in 2010
- POP2000
Population in 2000
- POPCH
Population change, count
- POPPERCH
Population percent change
- popplus
1 if area has positive population change (17 observations)
- popneg
1 if area has negative population change (60 observations)
- geometry
MULTIPOLYGON
Details
Sf object, unprojected. EPSG 4326: WGS84.
Source
Examples
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(commpop)
plot(commpop["community"])
}
[Package geodaData version 0.1.0 Index]