morpho {BBI} | R Documentation |
Subset of morphologic inventories data
Description
The morpho
dataset is an example of morpho-taxonomic inventories table produced from microscopical analysis.
Taxa are in rows and samples are in columns. It contains taxonomic assignements of taxa in the first column.
Usage
data("morpho")
Examples
## Loading the exemple data
data("morpho")
## Computing BBI indices
BI_morpho <- BBI(morpho)
## And then computing nEQR
eqr <- nEQR(BI_morpho$BBI)
## print nEQR values
eqr$nEQR
## print discrete status
eqr$nEQRclass
[Package BBI version 0.3.0 Index]