Learn R Programming

BEQI2 (version 2.0-0)

eqr: Ecological Quality Ratio (EQR)

Description

The ecological quality ratio is the ratio beween a parameter value and its reference value: $$EQR = \frac{x-bad}{good-bad}$$ Depending on bad and good, the EQR usually (but not necessarily!) varies between 0 (bad ecological quality) and 1 (good ecological quality).

Usage

eqr(x, bad, good)

Arguments

x
numeric vector containing benthic indices
bad
the reference value for a bad status
good
the reference value for a good status

Value

numeric vector with EQR-values: low values indicate bad ecological quality and high values indicate good ecological quality.