statesFlatfile {micromap} | R Documentation |
Example Dataset: A Table of State Polygons
Description
Polygon vertices for each state.
Format
A data frame with 434 rows and the following 4 columns:
- ID
abbreviation or state name.
- coordsx
x coordinates for each polygon vertice.
- coordsy
y coordinates for each polygon vertice.
- poly
individual polygon identifier within each state.
Note
This is just an example data set.
Examples
data(statesFlatfile)
head(statesFlatfile)
[Package micromap version 1.9.8 Index]