igraph-help
[Top][All Lists]
Advanced

[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:46:12 +0100

> if I want to access an edge beetween vertex 1 and 2, how do I do that?
edge_index = g.get_eid(1, 2)
g.es[edge_index] then gives you the edge.

-- 
Tamas




reply via email to

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