morpho | R Documentation |
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.
data("morpho")
## 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.