Draw a corridor edge on the spatial network.
Usage
corridor_edge(network, end_points, target_edge, exclude_area = NULL)
Arguments
- network
The spatial network used for the delineation
- end_points
Target start- and end-point
- target_edge
Target edge geometry to follow in the delineation
- exclude_area
Region that we aim to exclude from the delineation
Value
A simple feature geometry representing the edge (i.e. a linestring)