mxmunicipio.map: Map of the all Mexican municipios and delegaciones

Description Usage References Examples

Description

A data.frame which contains a map of all Mexican municipios plus boroughs of the Federal District. 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

1

References

Downloaded from the "Cartografia Geoestadistica Urbana y Rural Amanzanada. Planeacion de la Encuesta Intercensal 2015" shapefiles (https://gist.github.com/diegovalle/aa3eef87c085d6ea034f)

Examples

1
2
3
4
5
6
7
8
## Not run: 
# render the map with ggplot2
library(ggplot2)

data(mxmunicipio.map)
ggplot(mxmunicipio.map, aes(long, lat, group=group)) + geom_polygon(color = "black")

## End(Not run)

diegovalle/mxmapsData documentation built on May 15, 2019, 8:28 a.m.