cut_lines_at_distance {spNetwork} | R Documentation |
Cut lines at a specified distance
Description
Cut lines in a feature collection of linestrings at a specified distance from the begining of the lines.
Usage
cut_lines_at_distance(lines, dists)
Arguments
lines |
The feature collection of linestrings to cut |
dists |
A vector of distances, if only one value is given, each line will be cut at that distance. |
Value
A feature collection of linestrings
Examples
# This is an interal function, no example provided
[Package spNetwork version 0.4.4.6 Index]