igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Motif isomorphic classes (R)


From: Thomas Gorochowski
Subject: [igraph] Motif isomorphic classes (R)
Date: Wed, 29 Sep 2010 17:13:13 +0100

Hi there,

I am attempting to build a dictionary of the igraph isomorphic class IDs and have had some strange results with the following code. For some reason it seems to be missing the 4 node loop? Is this a known issue? Below is the R code I am using (adapted from a previous post).

---

library(igraph)
motifs4 <- lapply(0:11, function(x) graph.isocreate(4,x,directed=FALSE))
layout( matrix(1:12, 4) )
tmp <- lapply(motifs4, function(g) { par(mar=c(1,1,1,1));
plot(g,layout=layout.circle, vertex.size=100, vertex.label.cex=4) })

---

Many thanks,

Tom.

--
T.E. Gorochowski
University of Bristol, Centre for Complexity Sciences (BCCS)
http://www.chofski.co.uk, address@hidden

Try our dynamical network simulator at http://www.netevo.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]