Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

hms_trans

Transformation for times (class hms)


Description

Transformation for times (class hms)

Usage

hms_trans()

Examples

if (require("hms")) {
hms <- round(runif(10) * 86400)
t <- hms_trans()
t$transform(hms)
t$inverse(t$transform(hms))
t$breaks(hms)
}

scales

Scale Functions for Visualization

v1.1.1
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre], Dana Seidel [aut], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.