View source: R/Utility_functions.R
ssid2beta | R Documentation |
Calculates the sum of squared interpoint dissimilarities of a metacommunity matrix using the formula in Anderson et al. (2011) in Ecology Letters
ssid2beta(x, method = "bray")
x |
metacommunity matrix |
method |
type of dissimilarity metric used; one of the methods in vegdist() |
Estimates beta-diversity of a metacommunty matrix by using the sum of squared interpoint dissimilarities: 1/(N(N-1))*sum(dij^2) where dij is the distance between community i and j.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.