Skip to contents

Build a report for a climniche time series

Usage

climniche_series_report(
  x,
  species = NULL,
  scope = c("current", "all"),
  aggregation_weight = NULL,
  area_weight = FALSE,
  boundary_exceedance_tolerance = NULL,
  persistence = 1L,
  agreement_interval = 0.8
)

Arguments

x

A climniche_series object.

species

Optional species or study label.

scope, aggregation_weight, area_weight, boundary_exceedance_tolerance

Range-summary settings.

persistence

Consecutive projection count used to identify persistent Niche Boundary Exceedance.

agreement_interval

Central interval used for model agreement.

Value

A climniche_series_report object.