met.cc | R Documentation |
Calculates the binary global clustering coefficient.
met.cc(M)
M |
a square adjacency matrix. |
The binary global clustering coefficient is the ratio of closed triplets to all triplets (open and closed) in a network. Triplets are three nodes connected by two or three undirected links (open or closed triplets, respectively).
An integer representing the binary global clustering coefficient index of the network.
Sebastian Sosa, Ivan Puga-Gonzalez
Sosa, S. (2018). Social Network Analysis, in: Encyclopedia of Animal Cognition and Behavior. Springer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.