psyo_rounds2: GPS example with 3 selected rounds

Description Usage Format See Also Examples

Description

GPS example with 3 selected rounds in psyo format.

Usage

1

Format

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

track

a numeric vector

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

1
2
3
4
5
## Not run: \dontrun{
data(psyo_rounds2)
plot_tracks(psyo_rounds2, t_id = "")
}
## End(Not run)

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