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


brry/berryFunctions documentation built on Feb. 15, 2025, 12:10 a.m.