MultiShortestPathFromNode | R Documentation |
Return the Shortest-Path from given node to other nodes, with option for counting replicates
MultiShortestPathFromNode(g.ext, n, Nodes, countReplicas = F)
g.ext |
igraph object obtained from supra-adjacency matrix |
n |
integer the node id |
Nodes |
scalar, number of nodes |
countReplicas |
logical |
A igraph object containing the list of shortest paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.