Learn R Programming

berryFunctions (version 1.22.5)

runTime: runnning time conversion

Description

display runnning times in useful units

Usage

runTime(d, t)

Value

list with time elements

Arguments

d

Numerical value: distance [km]

t

Charstring: time ["MM:SS"]

Author

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

See Also

runAxis

Examples

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

Run the code above in your browser using DataLab