|
From: | Ragia Ibrahim |
Subject: | Re: [igraph] clusters(graph) with specific node |
Date: | Wed, 19 Feb 2014 01:51:05 +0200 |
Many thanks Gabor
Date: Tue, 18 Feb 2014 17:47:43 -0500 From: address@hidden To: address@hidden Subject: Re: [igraph] clusters(graph) with specific node Calculate all vertices reachable from your vertex, and calculate all vertices from which your vertex is reachable, and then take their intersection. This is the strongly connected component of your vertex. If you want to do this for all vertices, then it is better to simply calculate all strongly connected components with clusters(). G.
On Tue, Feb 18, 2014 at 5:20 PM, Ragia Ibrahim <address@hidden> wrote:
_______________________________________________ igraph-help mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/igraph-help |
[Prev in Thread] | Current Thread | [Next in Thread] |