View source: R/metricsBioTIME.R
| getAlpha | R Documentation |
Alpha
getAlpha(x)
x |
( |
A data frame with results for S (species richness), N (numerical abundance), maximum N per year per assemblage, Shannon, Exponential Shannon, Simpson, Inverse Simpson, PIE (probability of intraspecific encounter) and McNaughton's Dominance.
## Not run:
# 1 site, 1 year in long format, ordered by ABUNDANCE or BIOMASS
x <- data.frame(species = letters[1:6], x = 6:1)
getAlpha(x$x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.