The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

climniche logo

climniche

R-CMD-check pkgdown

Website: https://bohao0813.github.io/climniche/

Pages: Examples | Reference | News

Niche climate exposure concept

climniche quantifies niche climate exposure: the amount and direction of projected climate change at cells currently associated with a taxon, measured relative to its realised climatic niche.

climniche separates four quantities in exposure maps:

Together, these quantities distinguish local environmental change from change that moves current occurrence, range, or SDM cells outside the realised niche.

Inputs and outputs

climniche accepts extracted environmental matrices and aligned raster or terra layers. The current reference cells can be supplied as occurrences, a range raster, or a continuous SDM suitability raster with a chosen threshold.

The outputs are cell-level tables, maps, exposure classes, variable contributions, report text, and figure data.

Basic use

library(climniche)

sim <- simulate_climniche()

fit <- fit_climniche(
  current = sim$current,
  future = sim$future_away,
  occupied = sim$occupied,
  center = sim$center,
  sensitivity = sim$sensitivity
)

climniche_summary(fit)
climniche_report(fit, species = "example species")
plot_climniche_diagram(fit)

For spatial data, use fit_climniche_raster() or fit_climniche_terra(). Both functions accept binary and continuous occupied rasters. domain can be used to restrict the calculation to a study area such as a marine region or a modelled accessible area.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.