diff_time: Compute the diference between departure and arrival time.

View source: R/Post_process.R

diff_timeR Documentation

Compute the diference between departure and arrival time.

Description

Function that computes the difference between departure time and arrival time. It also accounts for the the fact that at times the arrival time is smaller then the departure time, by assuming that the race time is reported.

Usage

diff_time(arrival, departure)

Arguments

arrival

Arrival time in period.

departure

Departure time in period.

Value

bird race time in hours.


tijoalca/pigeonscraper documentation built on June 2, 2025, 2:13 a.m.