igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Motif isomorphic classes (R)


From: Tamas Nepusz
Subject: Re: [igraph] Motif isomorphic classes (R)
Date: Wed, 29 Sep 2010 18:02:44 +0100

> 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?
The 4-node loops should be generated by graph.isocreate(4, 8, directed=F).

> graph.isocreate(4, 8, directed=F)
Vertices: 4 
Edges: 4 
Directed: FALSE 
Edges:
          
[0] 1 -- 3
[1] 0 -- 3
[2] 1 -- 2
[3] 0 -- 2

Note that when you plot it with layout.circle, the result does not "look like" 
the 4-node loop, but it is nevertheless isomorphic to it.

-- 
Tamas




reply via email to

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