Learn R Programming

micromap (version 1.9.12)

statesFlatfile: Example Dataset: A Table of State Polygons

Description

Polygon vertices for each state.

Arguments

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.

Examples

Run this code

data(statesFlatfile)
head(statesFlatfile)

Run the code above in your browser using DataLab