readDiag {trip}R Documentation

Read Argos DIAG format

Description

Create a dataframe from Argos diag files.

Usage

readDiag(x)

Arguments

x one or more names of DIAG files

Details

~~ If necessary, more details than the description above ~~

Value

A data frame with 8 columns.

lon1, lat1 first pair of coordinates
lon2, lat2 second pair of coordinates
gmt DateTimes as POSIXct
id Platform Transmitting Terminal (PTT) ID
lq Argos location quality class
iq some other thing

[Package trip version 1.1-4 Index]