mapUS49Countydf: US 49 States Excludes Alaska, Hawaii and Puerto Rico....

Description Usage Format Source Examples

Description

US 49 States Excludes Alaska, Hawaii and Puerto Rico. Includes DC.

Usage

1

Format

A SpatialPolygonsDataFrame

Source

Made with Natural Earth. http://www5.statcan.gc.ca/cansim/

Examples

1
2
3
4
5
6
7
8
## Not run: 
 library(sp); library(rmapdata); library(ggplot2)
 ggplot() +
 geom_polygon(data = mapUS49Countydf, aes(x = long, y = lat, group = group),
             colour = "black", fill = NA)
 head(mapUS49Countydf)

## End(Not run)

JGCRI/rmapdata documentation built on Dec. 18, 2021, 12:25 a.m.