commpop: Chicago Population Change (2000-2010).

Description Usage Format Details Source Examples

Description

Change in population in Chicago community areas from 2000 to 2010.

Usage

1

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

https://www.chicago.gov/city/en/depts/dcd/supp_info/community_area_2000and2010censuspopulationcomparisons.html

Examples

1
2
3
4
5
6
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(commpop)

  plot(commpop["community"])
}

geodaData documentation built on July 2, 2020, 1:33 a.m.