bmwp_ind | R Documentation |
Calculate Biological Monitoring Working Party (BMWP) and Average Score Per Taxon (ASPT) indexes.
bmwp_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. |
The Biological Monitoring Working Party (BMWP) was set up in 1976. Its terms of reference were to recommend a system which could be used to assess the biological status of a river, and which would be suitable for presenting a broad picture of one aspect of the biological condition of rivers in the UK. Identification to family is sufficient to calculate the BMWP score. The average score per taxon (ASPT) is calculated by dividing the score by the total number of scoring taxa (Armitage et al. 1983).
This function returns a list with the following components:
Ibmwp_n |
The numerical BMWP and ASPT index (Armitage et al. 1983). |
Ibmwp_c |
The BMWP and ASPT water quality class (Armitage et al. 1983). |
Juan Manuel Cabrera and Julieta Capeletti.
Armitage PD, Moss D, Wright JF & Furse MT (1983). The performance of a new biological water quality score system based on macroinvertebrates over a wide range of unpolluted running-water sites. doi: 10.1016/0043-1354(83)90188-4
read_data, bmwp_p_ind, bmwp_p_p_ind, biotic_ind
#Load example data example_data #Run bmwp_ind with that example_data bmwp<-bmwp_ind(example_data) #Check results bmwp$Ibmwp_n bmwp$Ibmwp_c
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.