dst {BLSM} | R Documentation |
Geodesic distance
Description
Evaluate geodesic distance (shortest path) between all pairs of nodes in the network.
Usage
dst(M)
Arguments
M |
Input adjacency matrix |
Value
Matrix containing all the pairwise geodesic distances
Examples
dst(example_adjacency_matrix)
[Package BLSM version 0.1.0 Index]