igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Who a node is connected to


From: Tamas Nepusz
Subject: Re: [igraph] Who a node is connected to
Date: Mon, 05 Sep 2011 13:34:50 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

> Is there a function in igraph that returns a list of all the nodes that a 
> specified node is connected to?
In C: igraph_neighbors
In R: neighbors(graph, vertex)
In Python: the neighbors() method of the Graph object

-- 
T.



reply via email to

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