metro_map: Map of Washington DC Metro area

Description Usage Format References Examples

Description

A dataset containing information to draw a map of Rockville, MD, and vicinity using ggmap. This information was pulled from Google Maps using the ggmap package.

Usage

1

Format

An object of class "ggmap" and "raster" containing a map of the Rockville, MD, area.

References

D. Kahle and H. Wickham. ggmap: Spatial Visualization with ggplot2. The R Journal, 5(1), 144-161. https://journal.r-project.org/archive/2013-1/kahle-wickham.pdf

Examples

1
2
3
4
5
6
## Not run: 
library(ggmap)
data(metro_map)
ggmap(metro_map)

## End(Not run)

Example output

Loading required package: ggplot2
Google's Terms of Service: https://cloud.google.com/maps-platform/terms/.
Please cite ggmap if you use it! See citation("ggmap") for details.

geomnet documentation built on Nov. 26, 2020, 5:07 p.m.