powered by
Creates the clique vertex matrix with entries (i,j) equal to one if node j is in clique i
clique_vertex_mat(g)
Numeric matrix
An igraph object
David Schoch
library(igraph) g <- sample_gnp(10, 0.2) clique_vertex_mat(g)
Run the code above in your browser using DataLab