View source: R/geometrical_functions_sf.R
lines_points_along | R Documentation |
Generate a feature collection of points along the lines of feature collection of Linestrings.
lines_points_along(lines, dist)
lines |
A feature collection of linestrings to use |
dist |
The distance between the points along the lines |
A feature collection of points
data(mtl_network)
new_pts <- lines_points_along(mtl_network,50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.