Description Usage Format Details
Data containing the vertices to describe each U.S. county's geographical
shape as a polygon. Vertices are given in terms of latitude and
longitude. The order in which the vertices should be drawn are also given by
order
.
1 |
A data frame with 91,030 rows and 7 variables
NOTE: A small number of counties have multiple groups. Typically, these counties are separated into multiple polygons by, say, a body of water. Example: Galveston, Texas (FIPS == 48167).
U.S. counties are uniquely identified by a FIPS code.
The county_polygons
data frame consists of the following variables:
order. The order in which the vertices should be drawn.
fips. County FIPS Code
names. Unique name to describe county.
group. County polygon's group number.
lat. County's latitude
long. County's longitude
county. The county's name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.