metro_pop: Population in the NY metro area

Description Usage Format Details Source Examples

Description

A data set of population in the New York metropolitan area by county and race/ethnicity from the 2000 census.

Usage

1

Format

A tidy data frame (tibble) with 60 observations and 3 variables. An observation is the population in a county by race/ethnicity.

race

Race or ethnicity

county

Name of county

population

Number of residents from the 2000 US census

Details

These data are taken from section 8.5 in Robbins (2013).

Source

r-graph-catalog by Joanna Zhao and Jenny Bryan, https://github.com/jennybc/r-graph-catalog

Examples

1
2
data(metro_pop, package = "graphclassmate")
metro_pop

graphdr/graphclassmate documentation built on May 27, 2021, 4:41 a.m.