runTime {berryFunctions}R Documentation

runnning time conversion

Description

display runnning times in useful units

Usage

runTime(d, t)

Arguments

d

Numerical value: distance [km]

t

Charstring: time ["MM:SS"]

Value

list with time elements

Author(s)

Berry Boessenkool, berry-b@gmx.de, Jun 2020

See Also

runAxis

Examples

runTime(d=3.6, t="15:40")
runTime(d=3.6, t="15:10")
runTime(d=3.6, t="14:50")


[Package berryFunctions version 1.22.5 Index]