Skip to contents

Build data for a niche climate exposure diagram

Usage

climniche_diagram_data(
  x,
  scope = c("current", "all"),
  max_arrows = 350L,
  seed = 1L
)

Arguments

x

A fitted climniche object.

scope

"current" for current occurrence, range or thresholded SDM cells; "all" for all evaluated cells.

max_arrows

Maximum number of current to future arrows to keep.

seed

Random seed used when subsampling arrows.

Value

A list of data frames used by plot_climniche_diagram().