Description Usage Arguments Details Value Author(s) Examples
Uses the path.matrix to obtain the shortest paths of the quickfechner object.
1 |
fm |
A Fechner matrix computed via quickfechner |
pm |
The path.matrix. Only necessary if the corresponding attribute in fm is missing. |
from |
Start index. |
to |
Final index. |
The path.matrix is defined as follows: The entry of the i-th row and j-th column is the index of the last node visited before j on the shortest path from i to j.
A vector of indices defining the shortest path from i to j in the original matrix passed to the quickfechner function.
Alexander Pilhoefer
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.