[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] accessing edges from the nodes
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] accessing edges from the nodes |
Date: |
Thu, 21 Oct 2010 23:48:16 +0100 |
> You should not be ashamed, we should be ashamed that this is not an
> easy and straightforward thing to do. Anyway, here is how to do it:
>
> g <- graph.ring(10)
> E(g)[ 1 %--% 2 ]
Hmmmm.... we need a similar syntax in the Python interface... :)
--
Tamas