make_all_plots(
  raster_list,
  .spatial_scales,
  .band_id,
  .var_name,
  .base_size = 12,
  ...
)

Arguments

raster_list

a list of stars or RasterStack objects

.spatial_scales

numeric, the spatial scales corresponding to each raster in raster_list

.band_id

numeric, identifier of the band of the stars object

.var_name

character, used for the title of the graph

.base_size

numeric, base size for the font, passed to ggpubr::theme_pubr()

...

passed to make_stacked_density_plot() and modes_from_stacked_density()

Value

a list of grobs to be used by gridExtra::grid.arrange()