Description Usage Arguments Value
Evenness of Eigenvalues for diversity metrics (EE)
1 2 3 4 5 6 | EvennessEigen(
matrix.M,
scale = TRUE,
method = "standardize",
evenness = "Camargo"
)
|
matrix.M |
A matrix containing diversity metrics values (columns) for each sample (lines) |
scale |
Logical. If TRUE (default) the diversity metrics are scaled to 0 mean and variance of 1 (standardization) |
method |
Character, the method used to perform the scaling of diversity metrics. Default is "standardize". |
evenness |
Character, the method used to calculate the Evenness of Eigenvalues. Default is "Camargo". Other options are "Pielou" or "both" |
A scalar (if used "Camargo" or "Pielou") or a numeric vector of length 2 if "both" in evenness argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.