EcoCoupleR: a computational implementation of ecosystem coupling in R
EcoCoupleR
is an R package that provides functions for calculating ecosystem coupling as has been described by Ochoa-Hueso et al. (2021). This is an ongoing and under construction project. For the time being, the package consists only of one function; eco_coupling()
. In a nutshell, eco_coupling()
takes as an input a correlation matrix (or a list of many matrices), trims the lower-diagonal, to avoid double counting, removes self-correlations (the diagonal) and calculates a sinlge ecosystem coupling value.
For the time being, the package is not available on CRAN, but you can install it from GitHub using devtools. Although the package is functional and has been tested, it is still under development and more functions will be added in the future. The first major update will introduce null models and will allow users to calculate the different states of coupling (decoupling, coupling, anticoupling).
To find more, please visit the GitHub repository of the project.