readme.md

Partitioning the temporal changes in beta diversity

The R package ecopart ("Ecological COmmunity PARTitioning" or "Extinction and COlonization PARTitioning") allows one to partition the temporal changes in beta diversity into multiple components. The components represent biotic homogenization and differentiation (i.e., decreases and increases in beta diversity) that result from local extinctions and colonizations of species or the losses and gains in species abundances. The pacakge consists of two functions: ecopart.pair() and ecopart.multi().

Installation

#library(remotes)
remotes::install_github("communityecologist/ecopart")
library(ecopart)

Usage

ecopart.pair(d1, d2, index = "sorensen", components="four")
ecopart.multi(d1, d2, index = "whittaker", components="four")

Run ?ecopart.pair() and ?ecopart.multi() for detail.

Citations



CommunityEcologist/ecopart documentation built on July 8, 2023, 11:41 p.m.