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

Warning

There are other data in these files not returned by this function

Note

~~further notes~~

section{Warning }{There are other data in these files not returned by this function}

Author(s)

~~who you are~~

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as help, ~~~


[Package trip version 1.1-2 Index]