Description Usage Arguments Details Value
Convert a FreeFlowLinks object to a data.frame.
1 2 | ## S3 method for class 'FreeFlowLinks'
as.data.frame(x, row.names, optional, ...)
|
x |
a FreeFlowLinks object |
row.names |
TODO |
optional |
TODO |
... |
other arguments |
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.
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.