Skip to content
Back to formatted view

Raw Message

Message-ID: <CAKPMHirtPLmaZCj-4fmLoPn2=PR2NSBFyF-u5o0=VVBp3YpxsA@mail.gmail.com>
Date: 2016-04-30T13:25:31Z
From: seema aswani
Subject: 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 )
g2
plot(g2)

Please provide help.

	[[alternative HTML version deleted]]