Arguments
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.
filename
Name of plot file; default=NULL plots to screen device (low
quality and likely slow)
width
Width of graphics file (in px; default 480).
structures
Data frame returned by osm_structures() used here to
specify background colour of plot; if 'structs=NULL', the colour is specified
by 'bg'
bg
Background colour of map (default = 'gray20' only if structs not
given)
graphic.device
Type of graphic device to print to. For example, 'png'
(default), 'jpeg', 'png', or 'tiff'
...
Other parameters to be passed to graphic device (such as width and
height; see ?png, for example, for details)