Description Usage Format Source Examples
US 49 States Excludes Alaska, Hawaii and Puerto Rico. Includes DC.
1 |
A SpatialPolygonsDataFrame
Made with Natural Earth. http://www5.statcan.gc.ca/cansim/
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.