BRI | R Documentation |
The BRI is the abundance weighted pollution tolerance score of the organisms present in a benthic sample. The higher the BRI score, the more degraded the benthic community represented by the sample.
BRI(benthic_data)
BenthicData |
a data frame with the following headings
|
The BRI is the 4th root relative abundance weighted pollution tolerance score of the organisms present in a benthic sample. The higher the BRI score, the more degraded the benthic community represented by the sample.
Two types of data are needed to calculate the BRI:
(1) the abundance of each species (2) species-specific pollution tolerance score (aka, P Value)
Tolerance Values are stored in the Southern California SQO Species List provided with this coded. Species names are periodically updated by benthic experts.
The BRI is only calculated from those taxa with a tolerance score. The first step in the BRI calculation is to compute the 4th root of the abundance of each taxon in the sample that have an associated tolerance score The next step is to multiply the 4th root abundance value by the tolerance score for each taxon. The next step is to sum all of the 4th root abundance values in a given sample. The actual BRI score is calculated as:
\frac{\sum \left(\sqrt[p]{\textrm{Abundance}} \right) \times P}{\sum \sqrt[p]{\textrm{Abundance}}}
The last step is to convert the BRI score to condition category using the category thresholds listed in Table 5.
<Table 5. To be included in R markdown file>
data(benthic_sampledata) # load sample data
BRI(benthic_sampledata) # see the output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.