Retrieves and displays the closest Tocky Angle Gradient Path from
a TockyPrepData. This function is intended for use after running
DijkstraTockyPath to quickly access and review the computed
closest path based on increasing TimerAngle values.
Usage
showDijkstraTockyPath(x, origin_node, destination_node)
Arguments
-
x
-
A TockyPrepData that has already been processed with
DijkstraTockyPath to compute the Tocky Angle Gradient Path.
-
origin_node
The starting node (cluster) for the path.
-
destination_node
The ending node (cluster) for the path.
Value
Prints the closest path and also returns it for further analysis
or usage.
Examples
if (FALSE) { # \dontrun{
showDijkstraTockyPath(x)
} # }