|
From: | Ross KK Leung |
Subject: | [igraph] getting k-connected nodes from a vertex |
Date: | Tue, 4 Dec 2012 21:47:59 +0800 |
Has igraph any function to retrieve the nodes connected to a specified vertex recursively? For example, a root is connected to 3 leaves, and then these 3 leaves are each connected to 2, 1, 4 leaves respectively, and then that 2, 1, 4 leaves are used again to search. So this should be something like depth-first search but I’m unable to identify how to get back the edgelist for this search and the layer (or depth) that I can specify to search. |
[Prev in Thread] | Current Thread | [Next in Thread] |