nEQR {BBI} | R Documentation |
nEQR
Description
The nEQR function compute the normalized Ecological Quality Ratio (nEQR).
Usage
nEQR(data)
Arguments
data |
A data frame containing samples as rows and BBI values as columns |
Value
Function nEQR
returns a list containing :
nEQR |
The nEQR value. |
nEQR_class |
The dicrete ecological quality assessment. |
Examples
## Loading the exemple data
data("metab")
data("morpho")
## Computing BBI indices
BI_metab <- BBI(metab)
BI_morpho <- BBI(morpho)
## And then computing nEQR
eqr <- nEQR(BI_metab$BBI)
## print nEQR values
eqr$nEQR
## print discrete status
eqr$nEQRclass
[Package BBI version 0.3.0 Index]