mxhexbin.map: Hexbin map of Mexican states

mxhexbin.mapR Documentation

Hexbin map of Mexican states

Description

A fortified data.frame which contains an hexagonal bin map of all 32 Mexican states

Usage

data(mxhexbin.map)

Examples

## render the map with ggplot2
library(ggplot2)

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

diegovalle/mxmaps documentation built on Feb. 15, 2025, 8:21 a.m.