ShortestPathFromNode | R Documentation |
Return the Shortest-Path from the given node to other nodes
ShortestPathFromNode(g, n, Nodes)
g |
an igraph object obtained from adjacency matrix |
n |
integer the node id |
Nodes |
scalar, number of nodes |
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.