View source: R/geometrical_functions_sf.R
remove_loop_lines | R Documentation |
Remove from a sf object with linestring type geometries the lines that have the same starting and ending point.
remove_loop_lines(lines, digits)
lines |
A sf object with linestring type geometries |
digits |
An integer indicating the number of digits to keep for the spatial coordinates |
A sf object with linestring type geometries
#This is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.