get_openstreetmap(bbox = c(left = -95.80204, bottom = 29.38048, right = -94.92313, top = 30.14344),
scale = 606250,
format = c("png", "jpeg", "svg", "pdf", "ps"),
messaging = FALSE, urlonly = FALSE,
filename = "ggmapTemp", color = c("color", "bw"), ...)
OSM_scale_lookup
can help; but the best way
to get in the correct range is to go to
ggmap
osm <- get_openstreetmap()
ggmap(osm)
Run the code above in your browser using DataLab