Calculates the margins (in seconds) between the winner of a race (the fastest time) and the horses who finished behind.
btn_sec(times)
param | details |
---|---|
times | vector of times recorded by each runner |
The function substracts the lowest/fastest time from the rest.