Learn R Programming

psyosphere (version 0.1.6)

psyo_rounds2: GPS example with 3 selected rounds

Description

GPS example with 3 selected rounds in psyo format.

Usage

data(psyo_rounds2)

Arguments

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

Run this code
# NOT RUN {
\dontrun{
data(psyo_rounds2)
plot_tracks(psyo_rounds2, t_id = "")
}
# }

Run the code above in your browser using DataLab