list_coordinates_as_lines {spNetwork} | R Documentation |
List of coordinates as lines
Description
A function to convert a list of matrices to as sf object with linestring geometry type
Usage
list_coordinates_as_lines(coord_list, crs)
Arguments
coord_list |
A list of matrices |
crs |
The CRS to use to create the lines |
Value
A sf object with linestring type geometries
Examples
#This is an internal function, no example provided
[Package spNetwork version 0.4.4.6 Index]