igraph-help
[Top][All Lists]
Advanced

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

[igraph] Accessing elements


From: Rushi Bhatt
Subject: [igraph] Accessing elements
Date: Fri, 7 Mar 2008 16:38:07 +0530

Hi,

In the R package, for a graph g

V(g)$name[1] is not the same as V(g)[1]$name, which leads to confusion (at least to me!). 0-based indexing (internally) is the culprit, I think.

Any way this can be fixed?

Thanks,
Rushi

reply via email to

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