psyo_geomean: Example data to demonstrate the geomean function

Description Usage Format See Also Examples

Description

Data set in the psyo format.

Usage

1

Format

A data frame with 4 observations on the following 6 variables.

id

A character vector. With 1 level: "01.gpx"

p_id

A numeric vector. Unique by time sorted ID for every coordinate within a track.

time

A POSIXct. Date and time of the coordinate.

lon

A numeric vector. Longitude of a coordinate in degree.

lat

A numeric vector. Latitude of a coordinate in degree.

other

A character vector. With 4 levels "L", "e", "t", and "o"

See Also

val_psyo

Examples

 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)

psyosphere documentation built on July 2, 2020, 12:08 a.m.