linklevel | R Documentation |
Computes various indices of a network at the link-level, i.e. for each cell of the network matrix
linklevel(web, index=c("dependence", "endpoint"))
web |
A matrix with pollinators as columns and plants as rows. Alternatively, when used on e.g. species occurrences across islands, rows are islands. |
index |
Vector of indices to be computed at the link level; options are:
|
For summaries of such indices see networklevel
. It's still early days for this function ...
Returns a list of indices, each entry being a matrix of the same dimensions as the input web.
This function aims to facilitate analyses at the link level. So far, most studies at this level did not correct for the fact that observations per cell are clearly non-independent, nor for the abundances of the species, which also greatly affect indices. Room for improvement, but little room for new findings ...
Carsten F. Dormann carsten.dormann@biom.uni-freiburg.de
Barrat, A., Barthélemy, M., Pastor-Satorras, R. & Vespignani, A. (2004) The architecture of complex weighted networks. Proceedings of the National Academy of Sciences of the USA 101, 3747-–3752
endpoint
, specieslevel
data(Safariland)
linklevel(Safariland)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.