Description Usage Arguments Value Author(s)
This function computes the paths from a vertex to a set of vertices in graph.
1 | .al_s2_short_paths(from_vertex, to_vertices, G)
|
to_vertices |
An integer. The indices of vertices in G. |
G |
An igraph object. |
fom_vertex |
A single integer. The index of a vertex in G. |
1 2 | A list of two: The shortest paths' lengths, and
the vertex id of their mid points.
|
Alber Sanchez, alber.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.