igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Subsetting a graph with set radius


From: Tamas Nepusz
Subject: Re: [igraph] Subsetting a graph with set radius
Date: Wed, 12 Aug 2015 12:41:58 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

> Is there an easy way to select all nodes that are within path length K of
> a certain node?
Use make_ego_graph(graph, order=K, nodes=X).
See: http://igraph.org/r/doc/ego.html

T.



reply via email to

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