Learn R Programming

spNetwork (version 0.4.4.6)

list_coordinates_as_lines: 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)

Value

A sf object with linestring type geometries

Arguments

coord_list

A list of matrices

crs

The CRS to use to create the lines

Examples

Run this code
#This is an internal function, no example provided

Run the code above in your browser using DataLab