psyo_rounds {psyosphere}R Documentation

GPS example of walking in circles

Description

GPS example of walking in circles in psyo format.

Usage

data(psyo_rounds)

Format

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

id

A character or numeric vector. Id for each unique track.

p_id

A character or 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.

ele

A numeric vector. Elevation of a coordinate in degree.

tracker

a numeric vector

team

a factor with levels 1 11 12 13 14 15 16 17 18 2 3 4 5 6 7 8 D1 D2 D3

ppn

a numeric vector

See Also

val_psyo

Examples

data(psyo_rounds)
psyosphere::plot_tracks(psyo_rounds, t_id = "")

[Package psyosphere version 0.1 Index]