add_vertices_lines: Add vertices to a feature collection of linestrings

View source: R/geometrical_functions_sf.R

add_vertices_linesR Documentation

Add vertices to a feature collection of linestrings

Description

Add vertices (feature collection of points) to their nearest lines (feature collection of linestrings), may fail if the line geometries are self intersecting.

Usage

add_vertices_lines(lines, points, nearest_lines_idx, mindist)

Arguments

lines

The feature collection of linestrings to modify

points

The feature collection of points to add to as vertex to the lines

nearest_lines_idx

For each point, the index of the nearest line

mindist

The minimum distance between one point and the extremity of the line to add the point as a vertex.

Value

A feature collection of linestrings

Examples

#This is an internal function, no example provided

spNetwork documentation built on Aug. 24, 2023, 5:10 p.m.