plot.osmtile {OpenStreetMap}R Documentation

Add tile to plot

Description

Add tile to plot

Usage

## S3 method for class 'osmtile'
plot(x, y = NULL, add = TRUE, raster = TRUE, ...)

Arguments

x

the tile

y

ignored

add

add to current plot (if raster, then image is always added)

raster

use raster image

...

additional parameters to image or rasterImage


[Package OpenStreetMap version 0.4.0 Index]