igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Articulation Points


From: Tamas Nepusz
Subject: Re: [igraph] Articulation Points
Date: Thu, 15 Jul 2010 11:31:46 +0100

> The results I get are in the form of node indexes/numbers generated by 
> igraph. How could I map these indexes back to their respective node names in 
> R ? Thanks in advance for any suggestions.
If you construct your graph using graph.data.frame (I guess you do), there is a 
vertex attribute called "name" that maps indices back to names. You can get 
that by V(g)$name

-- 
Tamas




reply via email to

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