Re: [R] k paths from a single vertex

2015-01-27 Thread Boris Steipe
Does the igraph function neighborhood() not do what you need? B. On Jan 27, 2015, at 7:22 AM, Manon Lily Ragonnet-cronin wrote: > Dear all, > I am analysis networks using both igraph and network/ sna packages. > I want to find all the nodes within 3 steps of a specific node but cannot > fin

[R] k paths from a single vertex

2015-01-27 Thread Manon Lily Ragonnet-cronin
Dear all, I am analysis networks using both igraph and network/ sna packages. I want to find all the nodes within 3 steps of a specific node but cannot find a function to do this. I know that kpath.census can generate tables for the entire network but my network is too large for this to be a