Dear all,
I am trying to run the function "lambdaSets" using the package "RBGL".
This package uses another package "graph" which has been removed from
the CRAN repository, but is available at the archive
(http://cran.r-project.org/src/contrib/Archive/graph/).
I installed the package from the R me
Thank you very much Dan, Uwe and Duncan. First suggestion by Dan
itself worked so I didn't have to try the other ones. But those
suggestions and comments are of much value and are appreciated.
Regards,
Joe
On Wed, May 11, 2011 at 7:14 PM, Duncan Murdoch
wrote:
> On 11/05/2011 10:51 A
Using Igraph, I create shortest paths, then convert the matrix into
three column vectors - "vertex1", "vertex2", "shortestpath" - as the
code below shows.
#code for generating shortest path matrix and creating a 3 columns
from an igraph graph object "y"
y_s<-shortest.paths(y, weights = NULL)
y_s
as good, indexing is just as fast, and takes the same
> amount of memory as your three column matrix, doesn't it?
>
> Gabor
>
> On Fri, Aug 5, 2011 at 10:40 AM, joe j wrote:
>> Using Igraph, I create shortest paths, then convert the matrix into
>> three colum
4 matches
Mail list logo