powered by
The igraph package provides an implementation of Constraint; this is an alternate implementation.
constraint(g, v = igraph::V(g))
A numeric vector with the constraint score for each vertex in v
The igraph object to analyze.
vertices over which to compute constraint (default to all)
ig.ex <- igraph::erdos.renyi.game(100, p.or.m=0.3) # generate an undirected 'igraph' object constraint(ig.ex) # constraint scores for each node in the graph
Run the code above in your browser using DataLab