View source: R/met.coutTriangles.R
met.coutTriangles | R Documentation |
Calculates the number of triangles in a network.
met.coutTriangles(M)
M |
an adjacency matrix. |
It uses an algorithm similar to the Node-iterator-core algorithm.
An integer representing the binary global clustering coefficient index of the network.
Sebastian Sosa, Ivan Puga-Gonzalez.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.