cap_corridor {rcrisp} | R Documentation |
Cap the corridor by connecting the edge end points
Description
Cap the corridor by connecting the edge end points
Usage
cap_corridor(edges, method = "shortest-path", network = NULL)
Arguments
edges |
A simple feature geometry representing the corridor edges |
method |
The method employed for the capping:
|
network |
A spatial network object, only required if
|
Value
A simple feature geometry representing the corridor (i.e. a polygon)
[Package rcrisp version 0.1.4 Index]