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
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
