cl: Cluestering coefficient

Description Usage Arguments Value References Examples

View source: R/clustering_coefficient.R

Description

Probability that two taxa linked to the same taxon are linked.

Usage

1
cl(graph, type = "global", ...)

Arguments

graph

an igraph object.

type

caracter: the type of the transitivity to calculate. See ?igraph::transitivity for more informations.

...

others arguments passed to igraph::transitivity.

Value

numeric: the clustering coefficient.

References

Baiser, B., Gotelli, N. J., Buckley, H. L., Miller, T. E., & Ellison, A. M. (2012). Geographic variation in network structure of a nearctic aquatic food web. Global Ecology and Biogeography.

Examples

1
2
3

clementviolet/omnivor documentation built on Aug. 16, 2019, 12:05 a.m.