ecopart.multi: Partitioning multi-site beta diversity

View source: R/ecopart-multi.R

ecopart.multiR Documentation

Partitioning multi-site beta diversity

Description

ecopart.multi patitions the temporal changes in multi-site beta diversity (Whittaker or Baselga's beta) into dynamic components based on methods proposed by Tatsumi et al. (2021, 2022)

Usage

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

Arguments

d1

Matrix or dataframe at time 1. Rows are sites, columns are species, and elements are presence-absence (01) or abundances of species.

d2

Matrix or dataframe at time 2. Note that d1 and d2 must have exactly the same sites and species in the same order.

index

Type of beta diversity measure. Options are "whittaker" and "baselga".

"whittaker"

This index is based on presence-absence data (Whittaker 1960). When d1 and d2 are abundance data, the elements are automatically converted to presence-absence data by replacing non-zero values with 1.

"baselga"

This index, also known as the normalized abundance-based Whittaker's beta, is based on abundance data (Baselga 2017). When d1 and d2 are presence-absence data, Baselga's beta is equivalent to Harrison's beta (Harrison et al. 1992), also known as the normalized Whittaker's beta.

components

Types of components into which the total change in beta diversity is partitioned. Options are "two", "four", and "sp".

"two"

Calculates extinction and colonization components (when index = "whittaker") or subtractive and additive components (when index = "baselga").

"four"

Calculates extinction- and colonization-induced homogenization and differentiation (when index = "whittaker") or subtractive and additive homogenization and differentiation (when index = "baselga").

"sp"

Same with "four" but the components are further partitioned down to the species-level.

Value

The ecopart.multi function returns a vector or matrix object containing the partitioned components of beta diversity.

  • When components = "two" was specified, the function returns a vector object with two elements: extinction and colonization components (when index = "whittaker") or subtractive and additive components (when index = "baselga"). The extinction and colonization components represent temporal changes in beta diversity that result from local species extinctions and colonizations. The subtractive and additive components represent temporal changes in beta diversity that result from local losses and gains in species abundances.

  • When components = "four" was specified, the function returns a vector object with four elements: extinction- and colonization-induced homogenization and differentiation (when index = "whittaker") or subtractive and additive homogenization and differentiation (when index = "baselga"). Homogenization and differentiation indicate decreases and increases in beta diversity, respectively.

  • When components = "sp" was specified, the function returns a matrix object. The rows represent the four components that are equivalent to when components = "four" was specified. The columns represent species.

Author(s)

Shinichi Tatsumi

References

  • Baselga A (2017) Partitioning abundance-based multiple-site dissimilarity into components: balanced variation in abundance and abundance gradients. Methods in Ecology and Evolution 8(7): 799-808.

  • Harrison S, Ross SJ, Lawton JH (1992) Beta diversity on geographic gradients in Britain. Journal of Animal Ecology 61(1): 151-158.

  • Tatsumi S, Iritani R, Cadotte MW (2021) Temporal changes in spatial variation: partitioning the extinction and colonisation components of beta diversity. Ecology Letters 24(5): 1063-1072.

  • Tatsumi S, Iritani R, Cadotte MW (2022) Partitioning the temporal changes in abundance-based beta diversity into loss and gain components. Methods in Ecology and Evolution: in press

  • Whittaker RH (1960) Vegetation of the Siskiyou Mountains, Oregon and California. Ecological Monographs 30(3): 279-338.


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