Description Usage Arguments Details Value References See Also
View source: R/networkBetaOS.R
This function takes a network based on predicted species' interactions and
returns the beta diversity metric B'os,
defined by Poisot et al. 2012. Please note, this function was adapted from code
provided by Timothee Poisot in the betalink
package. For details,
see beta_os_prime
1 | networkBetaOS(adjacency_list, n_cores)
|
adjacency_list |
The input data should be a |
n_cores |
Positive integer stating the number of processing cores to split the job across.
Default is |
This function calculates B'os,
i.e. the distance between a local network's realized interactions and the
potential interactions (calculated by integrating interactions from all local
networks into a regional metaweb). Values close to 0
suggest there is a low local
selection of interactions (nearly all regional interactions are found in the local
network), whereas values closer to 1
reflect local selection of species' interactions
A vector
containing predicted B'os values for each network in adjacency_list
Poisot, T., Canard, E., Mouillot, D., Mouquet, N. & Gravel, D. (2012) The dissimilarity of species interaction networks. Ecology Letters, 15, 1353-1361.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.