Learn R Programming

stplanr (version 0.2.4)

line2df: Convert SpatialLinesDataFrame objects to a data.frame with from and to coords

Description

This function returns a data frame with fx and fy and tx and ty variables representing the beginning and end points of spatial line features respectively.

Usage

line2df(l)

Arguments

l

A SpatialLinesDataFrame

Examples

Run this code
# NOT RUN {
data(flowlines)
line2df(flowlines[5,]) # beginning and end of a single straight line
line2df(flowlines) # on multiple lines
line2df(routes_fast[5:6,]) # beginning and end of routes
line2df(routes_fast_sf[5:6,]) # beginning and end of routes
# }

Run the code above in your browser using DataLab