Skip to contents

Plot the four reported climniche quantities as maps

Usage

plot_climniche_maps(
  x,
  metrics = c("climate_change_amount", "niche_distance_change",
    "climate_reconfiguration", "niche_boundary_exceedance"),
  ncol = 2L,
  ...
)

Arguments

x

A fitted climniche_fit object with raster outputs.

metrics

Character vector of reported quantity field names.

ncol

Number of map columns when patchwork is available.

...

Map options passed to plot_climniche_map(). Commonly used arguments are occupied, occupied_only, occupied_threshold, extent, degree_labels, study_region, legend_position, legend_title, limits, breaks, colours, and show_legend.

Value

A patchwork object when patchwork is installed, otherwise a named list of ggplot objects.