Learn R Programming

netUtils (version 0.8.3)

structural_equivalence: Maximal Structural Equivalence

Description

Calculates structural equivalence for an undirected graph

Usage

structural_equivalence(g)

Value

vector of equivalence classes

Arguments

g

An igraph object

Author

David Schoch

Details

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.