Learn R Programming

MexBrewer (version 0.0.2)

mx_estados: Mexican states.

Description

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

Usage

data(mx_estados)

Arguments

Value

A simple features data frame

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

Examples

Run this code
 data(mx_estados)
 summary(mx_estados)

Run the code above in your browser using DataLab