Re: [R] Finding a path using the Graph package

2008-04-17 Thread Robert Gentleman
Have a look at the RBGL package (but you probably want to update your R etc to something more recent) [EMAIL PROTECTED] wrote: > Hello, > > Does anyone know of a way of finding all the nodes that are between a pair > of specified nodes in the excellent graph package (R vers 2.5.0). > > I have a

[R] Finding a path using the Graph package

2008-04-17 Thread kehler
Hello, Does anyone know of a way of finding all the nodes that are between a pair of specified nodes in the excellent graph package (R vers 2.5.0). I have a class(graphAM) object and need to determine all possible pathways in this object. Here's an example: In the simple case of a--b--c (wher