igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Vertex from an edge


From: Alvaro Graves Fuenzalida
Subject: Re: [igraph] Vertex from an edge
Date: Thu, 18 Jun 2009 15:10:11 -0400
User-agent: Postbox 1.0b12 (Macintosh/2009051120)

That worked perfectly, thanks a lot!!!

Gábor Csárdi wrote:
el2 <- el <- get.edgelist(g, names=FALSE)
el2[] <- V(g)$attribute[ el+1 ]
rowSums(el2)





reply via email to

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