Skip to contents

Plot a climniche metric distribution

Usage

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

Arguments

x

A fitted climniche object.

metric

Metric to plot.

scope

"current" for current occurrence/range cells or "all" for all evaluated cells.

title

Optional plot title.

Value

A ggplot object.