Examples for 'ggmap::qmap'


Quick map plot

Aliases: qmap

Keywords:

### ** Examples


## Not run: 
##D  some requires Google API key; heavy network/time load
##D 
##D location <- "marrs mclean science, waco, texas"
##D qmap(location)
##D qmap(location, zoom = 14)
##D qmap(location, zoom = 14, source = "osm")
##D qmap(location, zoom = 14, source = "osm", scale = 20000)
##D qmap(location, zoom = 14, maptype = "satellite")
##D qmap(location, zoom = 14, maptype = "hybrid")
##D qmap(location, zoom = 14, maptype = "toner", source = "stamen")
##D qmap(location, zoom = 14, maptype = "watercolor", source = "stamen")
##D qmap(location, zoom = 14, maptype = "terrain-background", source = "stamen")
##D qmap(location, zoom = 14, maptype = "toner-lite", source = "stamen")
##D 
##D where <- "the white house, washington dc"
##D wh <- geocode(where)
##D qmap(where, maprange = TRUE, zoom = 15,
##D   base_layer = ggplot(aes(x=lon, y=lat), data = wh)) +
##D   geom_point()
##D 
##D 
##D 
## End(Not run)

[Package ggmap version 3.0.0 Index]