simplify_network: Simplify a spatial network by removing multiple edges and loops.
Description
Simplify the graph, removing loops and double-edge connections following
this approach.
When dropping multiple edges, keep the shortest ones.
Usage
simplify_network(network)
Value
A simplifed network object
Arguments
- network
A network object