runTime: runnning time conversion

View source: R/runTime.R

runTimeR 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")


berryFunctions documentation built on April 12, 2023, 12:36 p.m.