add_track_length_Odometer: Add track length based on the odometer

Description Usage Arguments Value References

View source: R/add_track_length.R

Description

The function adds a column with track length in meters based on odometer ticks (one tick is two meters).

Usage

1
add_track_length_Odometer(stations, tick_length_m = 2)

Arguments

stations

(required) Dataframe (tibble) with all stations and the attributes (columns) "Lon_start_DD", "Lat_start_DD","Lon_stop_DD", and "Lat_stop_DD".

Value

This function returns the input tibble with an added column called "Track_dist_m_Odometer".

References


dswdejonge/TripleD documentation built on June 18, 2020, 12:24 p.m.