track2sf.3d {eRTG3D} | R Documentation |
Converts a track to a 'sf, data.frame'
Description
Converts a track to a 'sf, data.frame'
Usage
track2sf.3d(track, CRS = NA)
Arguments
track |
eRTG3D track data.frame or a matrix |
CRS |
numeric, EPSG code of the CRS |
Value
A track of type 'sf, data.frame'
.
Examples
track2sf.3d(niclas, 4326)
[Package eRTG3D version 0.7.0 Index]