Learn R Programming

rdiversity (version 1.0)

norm_rho: Normalised rho (low level diversity component)

Description

Calculates the low-level diversity component necessary for calculating normalised rho diversity.

Usage

norm_rho(meta)

Arguments

meta

object of class metacommunity.

Value

Returns an object of class powermean.

Details

Values generated from norm_rho() may be input into subdiv() and metadiv() to calculate normalised subcommunity/metacommunity rho diversity.

References

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.

Examples

Run this code
# 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 normalised rho component
norm_rho(meta)

# }

Run the code above in your browser using DataLab