nyctaxihex: Hexagon binned counts of NYC taxi pickup locations

Description Usage Examples

Description

Counts of NYC taxi pickups by location for January 2013, obtained from here.

Usage

1

Examples

1
2
3
4
5
6
7
8
## Not run: 
gmap(title = "NYC taxi pickups January 2013",
  lat = 40.74, lng = -73.95, zoom = 11,
  map_type = "roadmap", width = 1000, height = 800) %>%
  ly_hexbin(nyctaxihex, alpha = 0.5,
    palette = "Spectral10", trans = log, inv = exp)

## End(Not run)

rbokeh documentation built on Aug. 4, 2021, 1:06 a.m.