View source: R/geometrical_functions_sf.R
simple_lines | R Documentation |
Split the polylines of a feature collection of linestrings in simple segments at each vertex. The values of the columns are duplicated for each segment.
simple_lines(lines)
lines |
The featue collection of linestrings to modify |
An featue collection of linestrings
data(mtl_network)
new_lines <- simple_lines(mtl_network)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.