bmwp_ind {metrix}R Documentation

BMWP and ASPT index

Description

Calculate Biological Monitoring Working Party (BMWP) and Average Score Per Taxon (ASPT) indexes.

Usage

bmwp_ind(dataset, store = FALSE, dec_c = ".", verbose = FALSE)

Arguments

dataset

A data.frame obtained from read_data.

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.

Details

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).

Value

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).

Author(s)

Juan Manuel Cabrera and Julieta Capeletti.

References

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

See Also

read_data, bmwp_p_ind, bmwp_p_p_ind, biotic_ind

Examples


#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

[Package metrix version 1.1.0 Index]