structural_equivalence {netUtils} | R Documentation |
Calculates structural equivalence for an undirected graph
structural_equivalence(g)
g |
An igraph object |
Two nodes u and v are structurally equivalent if they have exactly the same neighbors. The equivalence classes produced with this function are either cliques or empty graphs.
vector of equivalence classes
David Schoch