points_to_line: Points to Line

View source: R/func_points_to_line.R

points_to_lineR Documentation

Points to Line

Description

Converts XY points to a spatial lines object. Copied from https://rpubs.com/walkerke/points_to_line

Usage

points_to_line(data, long, lat, id_field = NULL, sort_field = NULL)

Arguments

data

dataframe containing XY data

long

name of longditude column

lat

name of latitude column


willdrysdale/wsdmiscr documentation built on Aug. 26, 2023, 12:31 a.m.