ggmapplot | R Documentation |
ggmap plots the raster object produced by get_map()
.
ggmapplot(
ggmap,
fullpage = FALSE,
base_layer,
maprange = FALSE,
expand = FALSE,
...
)
ggmap |
an object of class ggmap (from function |
fullpage |
logical; should the map take up the entire viewport? |
base_layer |
a ggplot(aes(...), ...) call; see examples |
maprange |
logical for use with base_layer; should the map define the x and y limits? |
expand |
should the map extend to the edge of the panel? used with base_layer and maprange=TRUE. |
... |
... |
a ggplot object
David Kahle david@kahle.io
get_map()
, qmap()
## Not run:
this is a deprecated function, use ggmap.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.