View source: R/Utility_functions.R
embabs | R Documentation |
This function counts the nubmer of embedded abscences in a binary matrix to calculate the coherence of a metacommunity
embabs(x)
x |
A metacommunity matrix with species as columns and sites as rows |
This function counts the number of embedded absences in a sitexspecies matrix following Leibold and Mikkelson 2002.
meta <- rand_meta(10, 15, 100)
embabs(meta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.