Plot a SpatRaster object over a map. It can be used to plot tiles.
Usage
plot_tiles(x, adjust = FALSE, add = FALSE, ...)
Arguments
x
a SpatRaster object.
adjust
if TRUE, plot the raster without zoom-in or zoom-out in the
graphic device: add margins if the raster is smaller than the graphic device,
zoom-in if the raster is larger than the graphic device.
add
whether to add the layer to an existing plot (TRUE) or
not (FALSE).
...
bgalpha, interpolate, or other arguments passed to be passed to
plotRGB