diat_diversity function

Calculate diversity parameters for diatoms using the vegan package

Calculate diversity parameters for diatoms using the vegan package

The input for these functions is the resulting dataframe obtained from the diat_loadData() function, to calculate diversity data using the vegan package Sample data in the examples is taken from:

  • Nicolosi Gelis, María Mercedes; Cochero, Joaquín; Donadelli, Jorge; Gómez, Nora. 2020. "Exploring the use of nuclear alterations, motility and ecological guilds in epipelic diatoms as biomonitoring tools for water quality improvement in urban impacted lowland streams". Ecological Indicators, 110, 105951. https://doi:10.1016/j.ecolind.2019.105951

Diversity index (Shannons H') is calculated using the vegan package, following:

  • Shannon, C. E., and Weaver, W. (1949). ‘The Mathematical Theory of Communication.’ (University of Illinios Press: Urbana, IL, USA.) UTF-8
diat_diversity(resultLoad)

Arguments

  • resultLoad: The resulting list obtained from the diat_loadData() function
  • Maintainer: Joaquin Cochero
  • License: GNU General Public License
  • Last published: 2024-12-20

Useful links