View source: R/ecopart-multi.R
ecopart.multi | R Documentation |
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)
ecopart.multi(d1, d2, index = "whittaker", components = "four")
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 |
index |
Type of beta diversity measure. Options are
|
components |
Types of components into which the total change in beta diversity is partitioned. Options are
|
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.
Shinichi Tatsumi
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.