osm_basemap | R Documentation |
Generates a base OSM plot ready for polygon, line, and point objects to be
overlain with add_osm_objects
.
osm_basemap(bbox, structures, bg = "gray20")
bbox |
bounding box (Latitude-longitude range) to be plotted. A 2-by-2
matrix of 4 elements with columns of min and max values, and rows of x and y
values. Can also be an object of class |
structures |
Data frame returned by |
bg |
Background colour of map (default = |
A ggplot2
object containing the base map
.
add_osm_objects
, make_osm_map
.
Other construction:
add_osm_objects()
,
make_osm_map()
,
osm_structures()
,
print_osm_map()
bbox <- get_bbox (c (-0.13, 51.5, -0.11, 51.52))
map <- osm_basemap (bbox = bbox, bg = "gray20")
map <- add_osm_objects (map, london$dat_BNR, col = "gray40")
print_osm_map (map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.