dual_weights | R Documentation |
Dual edge weights are two sets of edge weights, one (the actual weight) to determine the shortest path, and the other (the reported weight) to report the cost of that path.
dual_weights(reported, actual)
reported |
The edge weights to be reported. Evaluated by
|
actual |
The actual edge weights to be used to determine shortest paths.
Evaluated by |
Dual edge weights enable dual-weighted routing. This is supported
by the dodgr
routing backend.
An object of class dual_weights
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.