igold | R Documentation |
This function calculates the 1 - GOLD metric, where GOLD stands for Gastropoda, Oligochaeta and Diptera. This metric should decrease with increasing organic pollution (Pinto et al., 2004).
igold(x, traceB = FALSE)
x |
Results of |
traceB |
If set to |
The metric 1 - GOLD is calculated as 1 minus the relative abundance of Gastropoda, Oligochaeta and Diptera. If a custom database is provided (see aggregate_taxa) please be sure that Gastropoda are at Class, Oligochaeta at Sublclass and Diptera at Order level, otherwise the gold calculation will be meaningless.
If this is the case please see get_taxa_abundance()
.
If traceB
is set to TRUE
a list with the following elements will be returned:
results
Results of the igold
index.
taxa_df
The data.frame
used for the calculation containing the abundance of the GOLD taxa.
Pinto, P., Rosado, J., Morais, M., & Antunes, I. (2004). Assessment methodology for southern siliceous basins in Portugal. In Integrated Assessment of Running Waters in Europe (pp. 191-214). Springer, Dordrecht.
aggregatoR
data(macro_ex)
data_bio <- as_biomonitor(macro_ex)
data_agr <- aggregate_taxa(data_bio)
igold(data_agr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.