Displaying 1 result from an estimated 1 matches for "graphltes".
Did you mean:
graphlets
2016 Apr 30
0
Graphlet degree distribution agreement in
Hi all,
I have created my network using igraph package. It provides graphlet
function to calculate number of graphltes. I want to find graphlet degree
distribution agreement of a graph. How can i achieve that..??
The package ergm.graphlets is there in r but there isn't any examples
available for usage of this package.
My R script is:
library(igraph)
g2 <- graph.formula(A:B - A:C, X:Z - X:Y - X:B, C:Z , C:X...