igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Correlating nodes with high betweenness


From: Tamas Nepusz
Subject: Re: [igraph] Correlating nodes with high betweenness
Date: Mon, 7 Dec 2009 18:37:15 +0000

Hi Anupam,

> how do I find pairs of nodes which are connected to each other and have 
> betweenness values above a certain threshold ?
Find the nodes that have betweenness values above a threshold, extract them by 
using subgraph() and find the connected components of the subgraph using 
clusters(). 

-- 
Tamas



reply via email to

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