Find shortest path between a pair of nodes in the network.
Usage
shortest_path(network, from, to, weights = "weight")
Arguments
- network
A spatial network object
- from
Start node
- to
End node
- weights
Name of the column in the network edge table from where to
take the weigths
Value
A simple feature geometry