|
From: | Ragia Ibrahim |
Subject: | Re: [igraph] Weight & bool variable |
Date: | Wed, 29 Jan 2014 18:30:35 +0200 |
very informative THANKS Gabor
Date: Wed, 29 Jan 2014 11:22:36 -0500 From: address@hidden To: address@hidden Subject: Re: [igraph] Weight & bool variable On Wed, Jan 29, 2014 at 11:18 AM, Ragia Ibrahim <address@hidden> wrote:
Yes, you can assign arbitrary attributes. See http://igraph.sourceforge.net/doc/R/attributes.html
I am not quite sure what you are asking, but if you want to iterate over the vertices, you can just do for (i in V(g)) { ... } Gabor
_______________________________________________ igraph-help mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/igraph-help |
[Prev in Thread] | Current Thread | [Next in Thread] |