morpho: Subset of morphologic inventories data

Description Usage Examples

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

1
data("morpho")

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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

trtcrd/BBI documentation built on May 17, 2019, 8:46 p.m.