powered by
Calculate Abundance-occupancy_relationship
Plot a AOR
aor(otutab, ...)# S3 method for 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 AOR plot(x, ...)
# S3 method for 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 AOR plot(x, ...)
AOR
ggplot
otutab
add
percentage of top relative abundance
percentage of top occupied
how many occupancy define as specialists
AOR object
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)
Run the code above in your browser using DataLab