mxhexbin.map: Hex bin map of the 31 Mexican states plus the Federal...

Description Usage Examples

Description

A data.frame which contains an hexagonal bin map of all 31 Mexican States plus the Federal District.

Usage

1

Examples

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

data(mxhexbin.map)
ggplot(mxhexbin.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.