View source: R/structural_equivalence.R
structural_equivalence | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.