| SppTrend-package | R Documentation |
Provides a methodology to analyze how species occurrences change over time, particularly in relation to spatial and thermal factors. It facilitates the development of explanatory hypotheses about the impact of environmental shifts on species by analyzing historical presence data that includes temporal and geographic information. Approach described in Lobo et al., 2023 \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/ece3.10674")}.
SppTrend assumes that observed species occurrences reflect a temporal sequence of changes in response to environmental drivers.
The analysis uses:
Predictors: Sampling date (e.g., year or year-month decimals).
Responses: Geographic location (latitude, longitude or elevation) and environmental factors (temperature).
SppTrend provides a structured workflow for analyzing these trends:
Rapid diagnostic and visual summary: Perform a quick visual diagnostic of the input data
using get_fast_info.
Environmental data integration (optional): Enhance occurrence records
with environmental context using functions like get_era5_tme (temperature)
or get_elevation (elevation).
Overall trend estimation: Calculate the overall temporal trend (OT) of
selected response variables across the entire dataset using overall_trend.
This serves as a neutral reference against which species-specific temporal trends are evaluated
Individual trend analysis: Estimate the species-specific temporal trends for each selected response variable
using spp_trend. This compares individual species' responses to the overall trend via interaction models.
Ecological strategy classification: Classify species into distinct Spatial or Thermal response strategies based on the
direction and statistical significance of their species-specific trends relative to the overall trend using spp_strategy.
Source code: https://github.com/MarioMingarro/SppTrend
Maintainer: Mario Mingarro mario_mingarro@mncn.csic.es (ORCID)
Authors:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.