Learn R Programming

geodaData (version 0.1.0)

chicago_comm: Chicago Community Areas (2010).

Description

Population in Chicago community areas in 2010.

Usage

chicago_comm

Arguments

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.

Examples

Run this code
# NOT RUN {
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(chicago_comm)

  plot(chicago_comm["community"])
}
# }

Run the code above in your browser using DataLab