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]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to