counties: Outline of US counties

Description Usage Format Examples

Description

Data from shapefiles provided by the Census Bureau<e2><80><99>s MAF/TIGER geographic database at https://www.census.gov/geo/maps-data/data/cbf/cbf_state.html. County outlines are based on the 1:20m resolution level. Divisions and regions are based on TIGER/Line Shapefiles for states and equivalents in the 2016 release.

Usage

1
2
3

Format

both objects are data frames consisting of variables of length ~50k:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
library(ggplot2)
library(magrittr)
counties %>% ggplot(aes(x = long, y = lat)) +
  geom_path(aes(group = group))

counties_inset %>% ggplot(aes(x = long, y = lat)) +
  geom_path(aes(group = group))

## End(Not run)

heike/ggmapr documentation built on May 17, 2019, 3:23 p.m.