as.data.frame.FreeFlowLinks: as.data.frame

Description Usage Arguments Details Value

View source: R/S3-Links.R

Description

Convert a FreeFlowLinks object to a data.frame.

Usage

1
2
## S3 method for class 'FreeFlowLinks'
as.data.frame(x, row.names, optional, ...)

Arguments

x

a FreeFlowLinks object

row.names

TODO

optional

TODO

...

other arguments

Details

Each row in the data.frame corresponds to one or more segments from the original (polyline) geometry. The starting coordinates (XL1, YL1) and ending coordinates (XL2, YL2) are preserved as columns in the data.frame. Attributes are also preserved as columns.

Value

a data.frame


holstius/Rcaline documentation built on May 17, 2019, 4:39 p.m.