mxstate.map: Map of Mexican States

mxstate.mapR Documentation

Map of Mexican States

Description

A data.frame which contains a map of all 32 Mexican states. The shapefile was modified using QGIS in order to remove the Maria islands, Socorro island, Arrecife Alacran and Guadalupe Island, then simplified with http://www.mapshaper.org/

Usage

data(mxstate.map)

References

Downloaded from the "Marco Geoestadístico. Censo de Población y Vivienda 2020" shapefiles (https://www.inegi.org.mx/app/biblioteca/ficha.html?upc=889463807469)

Examples

# render the map with ggplot2
library(ggplot2)

data(mxstate.map)
ggplot(mxstate.map, aes(long, lat, group=group)) +
  geom_polygon(fill = "white", color = "black", size = .2) +
  coord_map()

diegovalle/mxmaps documentation built on Sept. 22, 2023, 9:57 p.m.