commpop {geodaData} | R Documentation |
Change in population in Chicago community areas from 2000 to 2010.
commpop
An sf data frame with 77 rows, 8 variables, and a geometry column:
Community name
Community ID
Population in 2010
Population in 2000
Population change, count
Population percent change
1 if area has positive population change (17 observations)
1 if area has negative population change (60 observations)
MULTIPOLYGON
Sf object, unprojected. EPSG 4326: WGS84.
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(commpop)
plot(commpop["community"])
}