split_rivers_at_points | R Documentation |
Split river lines around point locations
split_rivers_at_points(rivers, pts, tolerance = NULL)
rivers |
A |
pts |
An |
tolerance |
A numeric value specifying the distance in map units that points should be snapped to rivers. Set to NULL by default. |
A rivers
object with non-split rivers replaced with two new features each at opposite sides of the node which splits it. All attributes assumed to be constant.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.