View source: R/abundance_classes.R
abundance_classes | R Documentation |
From abundance or coverage data it returns classes.
abundance_classes(
x,
abundance_classes = c(0.1, 1, 10, 50),
class_labels = NULL
)
x |
A |
abundance_classes |
A numeric vector containing the values for separating classes. |
class_labels |
A numeric vector containing the labels of the classes. Default to the number of abundance classes plus 1. |
Some indices require abundance or coverage to be transformed in abundance or coverage classes.
data(mi_prin)
abundance_classes(mi_prin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.