Learn R Programming

ggmap (version 0.7)

qmap: Quick map plot...

Description

Quick map plot

Usage

qmap(...)

Arguments

...
stuff to pass to ggmapplot and ggmap.

Value

  • a ggplot object

Details

qmap is a wrapper for ggmapplot and ggmap.

See Also

ggmapplot and ggmap.

Examples

Run this code
qmap(location = 'waco')
qmap(location = 'waco', scale = 17)
qmap(location = 'waco', scale = 17, fullpage = TRUE, verbose = TRUE)

Run the code above in your browser using DataLab