split_by {rcrisp} | R Documentation |
Split a geometry along a (multi)linestring.
Description
Split a geometry along a (multi)linestring.
Usage
split_by(geometry, line, boundary = FALSE)
Arguments
geometry |
Geometry to split |
line |
Dividing (multi)linestring |
boundary |
Whether to return the split boundary instead of the regions |
Value
A simple feature object
[Package rcrisp version 0.1.4 Index]