View source: R/networkRelated.R
bidensity | R Documentation |
The proportion of manifested connections out of all potential connections.
bidensity(dat, tax, loc, bin = NULL)
dat |
( |
tax |
( |
loc |
( |
bin |
( |
The variables is called BC in Sidor et al. 2013 and is caclulated as: BC = (O-N)/LN-N'
"where O is the number of links in the occurrence network (number of occurrences), N is the number of taxa, and L is the number of localities. The numerator is the number of occurrences of taxa beyond a single locality (hence why N is subtracted from O), and the denominator is the number of occurrences that could conceivably occur (LN), minus one occurrence for each species because each species must occur at least once. This measure is bounded between 0 (when O = N) and 1 (when O = LN), which correspond to extreme occurrence network topologies of minimum and maximum homogeneity"
Sidor, C. A., D. A. Vilhena, K. D. Angielczyk, A. K. Huttenlocker, S. J. Nesbitt, B. R. Peecook, J. S. Steyer, R. M. H. Smith, and L. A. Tsuji. 2013: Provincialization of terrestrial faunas following the end-Permian mass extinction. Proceedings of the National Academy of Sciences 110:8129-8133.
data(ceno6)
bidensity(ceno6, tax="trinomen", loc="icos", bin="stg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.