View source: R/geometrical_functions_sf.R
list_coordinates_as_lines | R Documentation |
A function to convert a list of matrices to as sf object with linestring geometry type
list_coordinates_as_lines(coord_list, crs)
coord_list |
A list of matrices |
crs |
The CRS to use to create the lines |
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.