imrp_ind | R Documentation |
Calculates the Indice de Macroinvertebrados en Rios Pampeanos Index
imrp_ind(dataset, store = FALSE, dec_c = ".", verbose = FALSE)
dataset |
A data.frame obtained from |
store |
A logical value indicating if the user want to store the results in a file. |
dec_c |
A character used for decimal separator on results file. |
verbose |
A logical value indicating if progress messages should be given. |
IMRP was created for the rivers of the Pampean plain (Rodrigues Capítulo 1999). This index is based on the sum of ecological values for each taxon. This value is inversely proportional to the degree of tolerance to contamination, varying from 0.1 for highly tolerant taxa to 2.0 for the most sensitive. Identification to family is sufficient to calculate the IMRP score.
This function returns a list with the following components:
Imrp_n |
The numerical IMRP index (Rodrigues Capítulo 1999). |
Imrp_c |
The IMRP index water quality class (Rodrigues Capítulo 1999). |
Juan Manuel Cabrera and Julieta Capeletti.
Rodrigues Capítulo A (1999). The macroinvertebrate as indicators of water quality in Pampean rivers. https://www.biotaxa.org/RSEA/article/view/32771
read_data, biotic_ind
#Load example data example_data #Run imrp_ind with that example_data imrp<-imrp_ind(example_data) #Check results imrp$Imrp_n imrp$Imrp_c
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.