autoplot.SpatRasterCollection
creates a map of all rasters in a autoplot.SpatRasterCollection object and
displays these in a grid.
# S3 method for SpatRasterCollection
autoplot(
object,
...,
shp_df = NULL,
legend_title = "",
plot_titles = TRUE,
fill_scale_transform = "identity",
fill_colour_palette = "RdYlBu",
printed = TRUE
)
autoplot.SpatRasterCollection
returns a list of plots (gg objects) for each
supplied raster.
gg object
SpatRasterCollection object to be visualised.
Other arguments passed to specific methods
Shapefile(s) (data.frame) to plot with downloaded raster.
String used as title for all colour scale legends.
Plot name of raster object as header for each individual raster plot?
String givning a transformation for the fill aesthetic.
See the trans argument in continuous_scale
for possible values.
String referring to a colorbrewer palette to be used for raster colour scale.
Logical vector indicating whether to print maps of supplied rasters.