is_geo {trackdf} | R Documentation |
Check if Track Table Uses Geographic Coordinates
Description
Track tables produced by track_df
can use a
cartesian (x, y, z) or a geographic (latitude, longitude, altitude)
coordinate system. This function helps determine which is being used in a
particular table.
Usage
is_geo(x)
Arguments
x |
A track data table as produced by |
Value
A logical.
Author(s)
Simon Garnier, garnier@njit.edu
Examples
data(short_tracks)
is_geo(short_tracks)
[Package trackdf version 0.3.3 Index]