statesFlatfile: Example Dataset: A Table of State Polygons

statesFlatfileR 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)


micromap documentation built on April 26, 2023, 9:12 a.m.