hms_trans {scales}R Documentation

Transformation for times (class hms)

Description

Transformation for times (class hms)

Usage

hms_trans()

Examples

Run examples

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

[Package scales version 1.2.0 Index]