Last data update: 2014.03.03

R: Example Dataset: A Table of State Polygons
statesFlatfileR Documentation

Example Dataset: A Table of State Polygons

Description

Polygon vertices for each state.

Usage

data(statesFlatfile)

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)

Results