Description Usage Format See Also Examples
Data set in the psyo format.
| 1 | 
A data frame with 4 observations on the following 6 variables.
idA character vector. With 1 level: "01.gpx"
p_idA numeric vector. Unique by time sorted ID for every coordinate within a track.
timeA POSIXct. Date and time of the coordinate.
lonA numeric vector. Longitude of a coordinate in degree.
latA numeric vector. Latitude of a coordinate in degree.
otherA character vector. With 4 levels "L", "e", "t", and "o"
| 1 2 3 4 5 6 7 8 9 10 11 | ## Not run: 
# Simple example ---------------------------------------------------------------
# Get data frame and compress 4 coordinates
data("psyo_geomean")
compressed_tracks <- average_coordinates(psyo_geomean,
                                                             30,
                                                             "seconds")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.