A list of useful R packages for ecology, biodiversity and conservation.
Package | Description | Reference | Links |
---|---|---|---|
adiv
|
analyse biodiversity in ecology | Pavoine (2020) | |
BAT
|
measurement and estimation of alpha and beta taxon, phylogenetic and functional diversity | Cardoso, Rigal, and Carvalho (2014) | |
betapart
|
partitioning beta diversity into turnover and nestedness components | Baselga and Orme (2012) | |
bien
|
Botanical Information and Ecology Network (BIEN) database | Maitner et al. (2017) | |
biodivMapR
|
mapping \(\alpha\) and \(\beta\) diversity from remotely sensed images | Féret and Boissieu (2019) | https://jbferet.github.io/biodivMapR/ |
biomass
|
estimating above-ground biomass and its uncertainty in tropical forests | Réjou-Méchain et al. (2017) | |
ConR
|
large-scale multispecies preliminary conservation assessments using distribution data | Dauby et al. (2017) | |
ecospat
|
spatial analyses and modeling of species niches and distributions | Cola et al. (2017) | https://www.unil.ch/ecospat/home/menuguid/ecospat-resources/tools.html |
Distance
|
Distance Sampling Detection Function and Abundance Estimation | Miller et al. (2019) | https://distancesampling.org/ |
ENMTools
|
toolbox for ecological niche modelling in comparative ecological biogeography | Warren et al. (2021) | https://github.com/danlwarren/ENMTools |
ForestFit
|
bayesian modeling for plant height diameter data | Teimouri, Doser, and Finley (2020) | |
ForestGapR
|
forest gap analysis from canopy height models | Silva et al. (2019) | |
GapAnalysis
|
calculation of conservation indicators using spatial information | Carver et al. (2021) | https://github.com/CIAT-DAPA/GapAnalysis |
geodiv
|
gradient surface metrics to provide continuous measures of landscape heterogeneity | Smith et al. (2021) | |
geoorigin
|
trait mapping and geographic provenancing of specimens without categorical constraints | Hulme-Beaman et al. (2020) | |
GerminaR
|
germination analysis for plants | Lozano-Isla, Benites-Alfaro, and Pompelli (2019) | |
HistMapR
|
Rapid digitization of historical land-use maps in R | Auffret et al. (2017) | https://github.com/AGAuffret/HistMapR |
Hmsc
|
Hierarchical Modelling of Species Communities with Joint species distribution models | Tikhonov et al. (2020) | https://github.com/hmsc-r/HMSC |
letsR
|
data handling and analysis in macroecology | Vilela and Villalobos (2015) | |
MBHdesign
|
Efficient spatial survey design | Foster (2020) | |
MIAmaxent
|
Variable transformation and model selection for species distribution models | Vollering, Halvorsen, and Mazzoni (2019) | |
mobsim
|
simulation and measurement of biodiversity across spatial scales | May et al. (2018) | |
NicheMapR
|
biophysical modelling: the microclimate model | Kearney and Porter (2016) | https://mrke.github.io/ |
nlstimedist
|
quantification of unimodal phenology distributions | Steer, Ramsay, and Franco (2019) | |
ntbox
|
modelling and evaluating multidimensional ecological niches | Osorio-Olvera et al. (2020) | https://luismurao.github.io/ntbox_user_guide.html |
phyloregion
|
biogeographical regionalization and macroecology | Daru, Karunarathne, and Schliep (2020) | https://phyloregion.com/ |
phyr
|
phylogenetic species-distribution modelling in ecological communities | Li et al. (2020) | https://daijiang.github.io/phyr/ |
R2MCDS
|
analysis of multi-species datasets collected using distance sampling | Bolduc, Roy, and Rousseu (2018) | https://github.com/RoyChristian/R2MCDS |
RangeShiftR
|
individual-based simulation of spatial eco-evolutionary dynamics and species’ responses to environmental changes | Malchow et al. (2021) | https://rangeshifter.github.io/RangeshiftR-tutorials/ |
rasterdiv
|
measuring ecosystem heterogeneity from space | Rocchini et al. (2021) | https://github.com/mattmar/rasterdiv |
red
|
|||
sars
|
fitting, evaluating and comparing species–area relationship models | Matthews et al. (2019) | |
segRDA
|
piecewise redundancy analysis | Vieira et al. (2019) | |
spatialwarnings
|
Monitoring ecosystem degradation using spatial data | Génin et al. (2018) | |
ssdm
|
predict distribution of species richness and composition based on stacked species distribution models | Schmitt et al. (2017) | https://github.com/sylvainschmitt/SSDM |
SSP
|
estimation of sampling effort in studies of ecological communities | Guerra-Castro et al. (2021) | https://github.com/edlinguerra/SSP |
V.PhyloMaker
|
generate very large phylogenies for vascular plants | Jin and Qian (2019) | |
VoCC
|
velocity of climate change and related climatic metrics | Molinos et al. (2019) | |
wallace
|
reproducible modeling of species niches and distributions | Kass et al. (2018) | https://wallaceecomod.github.io/ |
zoon
|
reproducible and shareable species distribution modelling | Golding et al. (2017) |
library(gt)
rbind(
c("`adiv`", "analyse biodiversity in ecology", md("Pavoine et al. [2020](https://doi.org/10.1111/2041-210x.13430)"), ""),
c("`BAT`", "measurement and estimation of alpha and beta taxon, phylogenetic and functional diversity", "@cardoso2014", "")) |>
as.data.frame() |>
gt()
V1 | V2 | V3 | V4 |
---|---|---|---|
`adiv` | analyse biodiversity in ecology | Pavoine et al. [2020](https://doi.org/10.1111/2041-210x.13430) | |
`BAT` | measurement and estimation of alpha and beta taxon, phylogenetic and functional diversity | @cardoso2014 |
If you see mistakes or want to suggest changes, please create an issue on the source repository.
Text and figures are licensed under Creative Commons Attribution CC BY 4.0. Source code is available at https://github.com/abhikumar86/abhikumar86.github.io/, unless otherwise noted. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".
For attribution, please cite this work as
Kumar (2021, Aug. 13). Abhishek Kumar: R packages for Ecology. Retrieved from https://abhikumar86.github.io/posts/2021-08-13-ecology-packages/
BibTeX citation
@misc{kumar2021r, author = {Kumar, Abhishek}, title = {Abhishek Kumar: R packages for Ecology}, url = {https://abhikumar86.github.io/posts/2021-08-13-ecology-packages/}, year = {2021} }