Learn R Programming

micromap (version 1.9.5)

statesFlatfile: Example Dataset: A Table of State Polygons

Description

Polygon vertices for each state.

Usage

data(statesFlatfile)

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
# NOT RUN {
data(statesFlatfile)
head(statesFlatfile)
# }

Run the code above in your browser using DataLab