Robert Trigg

Results 1 comments of Robert Trigg

Are you using the "shortest_paths" function? You can specify the output as vpath, epath, or both: `shortest_paths(g, from = 1, to = 4, output = "both")` from the documentation for...