igraph-help
[Top][All Lists]
Advanced

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

[igraph] Bug in get.shortest.paths?


From: David Edwards
Subject: [igraph] Bug in get.shortest.paths?
Date: Wed, 23 Jan 2013 08:45:12 +0000

I cant get get.shortest.paths() to work when I set output=”epath”:

 

g <- graph.tree(25, children = 2, mode="out")

get.shortest.paths(g, 1, output="vpath") # works ok

get.shortest.paths(g, 1, output="epath") # gives error

 

 

Best regards

David

 


reply via email to

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