Examples for 'rbokeh::gmap_style'


Get a Google Map Style

Aliases: gmap_style

Keywords:

### ** Examples

## No test: 
# custom map style
gmap(lat = 40.74, lng = -73.95, zoom = 11,
  width = 600, height = 600,
  map_style = gmap_style("blue_water"))
Error in loadNamespace(name): there is no package called 'webshot'
## End(No test)
## Not run: 
##D gmap(title = "NYC taxi pickups January 2013",
##D   lat = 40.74, lng = -73.95, zoom = 11,
##D   map_type = "roadmap", width = 1000, height = 800) %>%
##D   ly_hexbin(nyctaxihex, alpha = 0.5,
##D     palette = "Spectral10", trans = log, inv = exp)
## End(Not run)

[Package rbokeh version 0.5.2 Index]