mx_estados {MexBrewer}R Documentation

Mexican states.

Description

A simple features object with the boundaries of states in Mexico (unprojected; CRS is WGS 84).

Usage

data(mx_estados)

Format

A simple features data frame with 32 rows and 4 variables:

ID

Unique identifier of polygon

nombre

Name of the state

region

Geographical region of the state; there are five regions in the country

geometry

Geometry information of the polygons

Value

A simple features data frame

Examples

 data(mx_estados)
 summary(mx_estados)

[Package MexBrewer version 0.0.2 Index]