plots OSM map tiles
places tiles on plot
plotOSM(mt, upperLeft, lowerRight, lat, lon, add = FALSE, removeMargin = TRUE, verbose = 0, ...)
mt
: list returned by GetMapTiles
upperLeft
: upperLeft corner in lat/lon of the plot regionlowerRight
: lowerRight corner in lat/lon of the plot regionlat
: latitude values to be overlaid, if anylon
: longitude values to be overlaid, if anyadd
: Boolean, whether to add to existing plotremoveMargin
: Boolean, whether to strip margins of plotverbose
: level of verbosity...
: further arguments to be passed to rasterImage
returns map object invisibly
Markus Loecher