Learn R Programming

BBI (version 0.3.0)

morpho: 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")

Arguments

Examples

Run this code
# NOT RUN {
## 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
# }

Run the code above in your browser using DataLab