
Last chance! 50% off unlimited learning
Sale ends in
Calculates the low-level diversity component necessary for calculating raw beta diversity.
raw_beta(meta)
object of class metacommunity
.
Returns an object of class relativeentropy
.
Values generated from raw_beta()
may be input into subdiv()
and
metadiv()
to calculate raw subcommunity/metacommunity beta diversity.
Reeve, R., T. Leinster, C. Cobbold, J. Thompson, N. Brummitt, S. Mitchell, and L. Matthews. 2014. How to partition diversity. arXiv 1404.6520:1<U+2013>9.
# NOT RUN {
pop <- data.frame(a = c(1,3), b = c(1,1))
row.names(pop) <- paste0("sp", 1:2)
pop <- pop/sum(pop)
meta <- metacommunity(pop)
# Calculate raw beta component
raw_beta(meta)
# }
Run the code above in your browser using DataLab