Skip to contents

Plot a climniche reported quantity distribution

Usage

plot_climniche_distribution(
  x,
  metric = c("niche_distance_change", "climate_change_amount",
    "niche_boundary_exceedance", "climate_reconfiguration", "outside_niche_exceedance",
    "composition_change"),
  scope = c("current", "all"),
  title = NULL
)

Arguments

x

A fitted climniche object.

metric

Quantity to plot. Accepted values are "climate_change_amount", "niche_distance_change", "climate_reconfiguration", and "niche_boundary_exceedance". Legacy aliases "composition_change" and "outside_niche_exceedance" still work.

scope

"current" for current reference cells or "all" for all evaluated cells.

title

Optional plot title.

Value

A ggplot object.