Skip to contents

Plot the climniche exposure plane

Usage

plot_climniche_exposure(
  x,
  scope = c("current", "all"),
  max_points = 6000,
  seed = 1,
  title = NULL
)

Arguments

x

A fitted climniche object.

scope

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

max_points

Maximum number of points to draw.

seed

Random seed used when subsampling.

title

Optional plot title.

Value

A ggplot object.