hexDat: Electorate hexagon data in a tidy form

Description Usage Format References See Also Examples

Description

Electorate hexagon data in a tidy form

Usage

1

Format

A data frame

References

Thomas Lumley

See Also

Thomas Lumley

Examples

1
2
3
4
5
6
data(hexDat)
library(plotly)
p <- ggplot(hexDat, aes(xcent, ycent, text = Electorate)) + 
  geom_hex(stat = "identity") + 
  lims(x=c(-80, 8), y=c(-40, 50))
ggplotly(p, tooltip = "text")

Emaasit/ebolaCases documentation built on May 6, 2019, 3:46 p.m.