ggmapplot: Don't use this function, use ggmap.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ggmap.R

Description

ggmap plots the raster object produced by get_map.

Usage

1
2
ggmapplot(ggmap, fullpage = FALSE, base_layer, maprange = FALSE,
  expand = FALSE, ...)

Arguments

ggmap

an object of class ggmap (from function get_map)

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.

...

...

Value

a ggplot object

Author(s)

David Kahle david.kahle@gmail.com

See Also

get_map, qmap

Examples

1
2
3
4
## Not run: 
this is a deprecated function, use ggmap.

## End(Not run)

fresques/ggmap documentation built on May 28, 2019, 8:40 p.m.