aor | R Documentation |
Calculate Abundance-occupancy_relationship
Plot a AOR
aor(otutab, ...)
## S3 method for class 'data.frame'
aor(
otutab,
top_r = 0.7,
ocup_n = ceiling(0.8 * ncol(otutab)),
special_n = ceiling(0.1 * ncol(otutab)),
...
)
## S3 method for class 'AOR'
plot(x, ...)
otutab |
otutab |
... |
add |
top_r |
percentage of top relative abundance |
ocup_n |
percentage of top occupied |
special_n |
how many occupancy define as specialists |
x |
AOR object |
AOR
ggplot
Barberán, A., Bates, S. T., Casamayor, E. & Fierer, N. (2012) Using network analysis to explore co-occurrence patterns in soil microbial communities.
data(otutab, package = "pcutils")
aor(otutab) -> AOR
plot(AOR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.