View source: R/abgFunctions_modCeres.R
BetaDisQ | R Documentation |
BetaDisQ
calculates the pairwise beta-diversity (minus 1) between sites of a site by species matrix according to the q parameter using the afformentionned functions
Allows a parametrization of the dominance effect
BetaDisQ(spxp, Z = NULL, q = 2, check = TRUE, mult = TRUE)
spxp |
sites (row) by species (cols) |
Z |
similarity |
q |
parameter influencing the weight of species abundances on diversity calcualtions as per Leinster & Cobbold 2012. |
check |
should arguments be checked? |
mult |
determines whether beta-diversity should be calculated using multiplicative decomposition (the default) or as a percentage (B = (G-mA)/G * 100), where mA is mean alpha-diversity |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.