Description Usage Arguments Value Author(s) Examples
Average shortest paths between vertices over all layers in the multiplex network. The shortest path length from a vertex to itself is always zero. For unreachable vertices Inf is included
1 | shortestPath_mean.multiplex(multiplex,nodei,nodej)
|
multiplex |
: The multiplex object. |
nodei |
: Numeric vector, the vertex from which the shortest paths will be calculated. |
nodej |
: Numeric vector, the vertex to which the shortest paths will be calculated |
Numeric scalar
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 | M <- Multiplex_Lazega
shortestPath_mean.multiplex(M,"1","34")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.