Learn R Programming

bipartite (version 2.19)

nodespec: Calculates the node-based specialisation index

Description

Calculates a specialisation index based on the node positions for all species in a bipartite network, separately for the higher and lower trophic level.

Usage

nodespec(web, inf.replace = NA)

Value

A list with two components, names “higher” and “lower”, both containing the node specialisation index for each species.

Arguments

web

A matrix with lower trophic level species as rows, higher trophic level species as columns and number of interactions as entries.

inf.replace

What should infinite geodesic distances (e.g. between compartments) be represented as? Defaults to NA; only currently implemented alternative is inf.replace=Inf, which replaces infinite distances by the maximum path length plus 1.

Author

Carsten F. Dormann carsten.dormann@biom.uni-freiburg.de

Details

This index aims to describe the functional specialisation of pollinators and was proposed by Dalgaard et al. (2008). It is a purely qualitative measure.

After calculating the geodesic distances between species, i.e. the minimum number of steps from one species to another, these values are averaged for each species. This mean geodesic distance is interpreted as functional specialisation (Dalgaard et al. 2008).

Notice that this ``new'' index is in fact little else than the inverse of (unscaled) closeness centrality in disguise.

References

Dalsgaard, B., Martín González, A. M., Olesen, J. M., Timmermann, A., Andersen, L. H. and Ollerton, J. (2008) Pollination networks and functional specialization: a test using Lesser Antillean plant-hummingbird assemblages. Oikos 117, 789--793

See Also

See also as specieslevel, which calls nodespec.

Examples

Run this code
data(Safariland)
nodespec(Safariland, inf.replace=Inf)

Run the code above in your browser using DataLab