[R] Graphlet degree distribution agreement in
seema aswani
beingseema03 at gmail.com
Sat Apr 30 15:25:31 CEST 2016
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 )
g2
plot(g2)
Please provide help.
[[alternative HTML version deleted]]
More information about the R-help
mailing list