county_map_data: Dataset for mapping U.S. counties with a Mercator projection

county_map_dataR Documentation

Dataset for mapping U.S. counties with a Mercator projection

Description

A fortified data set that includes U.S. counties and is suitable for making maps with ggplot2. The county FIPS codes and boundary lines from the most recent TIGER release from the U.S. Census Bureau.

  • long: County longitude

  • lat: County latitude

  • order: Polygon order

  • hole: hole

  • piece: Polygon piece

  • id: FIPS Code

  • group: group

A fortified data set that includes U.S. counties and is suitable for making maps with ggplot2. The county FIPS codes and boundary lines from the most recent TIGER release from the U.S. Census Bureau.

  • long: County longitude

  • lat: County latitude

  • order: Polygon order

  • hole: hole

  • piece: Polygon piece

  • id: FIPS Code

  • group: group

Usage

data(county_map_merc)

data(county_map_data)

Format

A data frame with 55,413 rows and 7 variables

A data frame with 55,413 rows and 7 variables

Details

Dataset with the lat. / long. of county FIPS codes used for mapping.

Built-in dataset for use with the bls_map_county() function. To access the data directly, issue the command data(county_map_merc).

Dataset with the lat. / long. of county FIPS codes used for mapping.

Built-in dataset for use with the bls_map_county() function. To access the data directly, issue the command data(county_map_data).

Note

Last updated 2017-01-26

Last updated 2017-01-26


blscrapeR documentation built on Sept. 17, 2022, 1:05 a.m.