Learn R Programming

bipartite (version 2.19)

fc: Calculates the functional complementarity for the rows of a web

Description

A community-level measure of ecological niche complementarity measured as the total branch length of a functional dendrogram based on qualitative differences in visitor assemblages between plants.

Usage

fc(web, dist="euclidean", method="average", weighted=TRUE)

Value

The value of fc, which is not standardised and lies anywhere between 0 and a large number.

Arguments

web

A bipartite interaction web, i.e.~a matrix with higher (cols) and lower (rows) trophic levels.

dist

A distance accepted by the function dist.

method

The linkage method to be used by hclust. Any option accepted by hclust is allowed; defaults to "average".

weighted

Option to analyse the web as binary or as weighted network. Default is weighted=TRUE, but analysis presented in Devoto et al. (2012) uses weighted=FALSE.

Author

Mariano Devoto mdevoto@agro.uba.ar

Details

fc measures community-level ecological niche complementarity as the total branch length of a functional dendrogram based on qualitative differences in visitor assemblages between plants. For details see Devoto et al. (2012).

References

Devoto M., Bailey S., Craze P., and Memmott J. (2012) Understanding and planning ecological restoration of plant-pollinator networks. Ecology Letters 15, 319--328

See Also

networklevel, which uses this function.

Examples

Run this code
data(Safariland)
fc(Safariland)    
fc(t(Safariland), dist="canberra", method="complete")

Run the code above in your browser using DataLab