trk_mutate_dplyr: Mutate a track (dplyr implementation) Add derived variables:...

View source: R/distance_speed.R

trk_mutate_dplyrR Documentation

Mutate a track (dplyr implementation) Add derived variables: distance from previous trackpoint, elapsed time since last trackpoint, speed (kph), bearing.

Description

Mutate a track (dplyr implementation) Add derived variables: distance from previous trackpoint, elapsed time since last trackpoint, speed (kph), bearing.

Usage

trk_mutate_dplyr(track)

Arguments

track

a data.frame with 3 cols: 'lat', 'lon', 'time'

Value

a data.frame with 4 additional cols


evmo/Rgps documentation built on March 23, 2023, 2:24 a.m.