Learn R Programming

berryFunctions (version 1.21.2)

runTime: 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

See Also

runAxis

Examples

Run this code
# NOT RUN {
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