Learn R Programming

trackdf (version 0.3.3)

is_geo: 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)

Value

A logical.

Arguments

x

A track data table as produced by track_df.

Author

Simon Garnier, garnier@njit.edu

Examples

Run this code
data(short_tracks)

is_geo(short_tracks)

Run the code above in your browser using DataLab