Transformation for date-times (class POSIXt)
Transformation for date-times (class POSIXt)
time_trans(tz = NULL)
tz |
Optionally supply the time zone. If |
hours <- seq(ISOdate(2000,3,20, tz = ""), by = "hour", length.out = 10) t <- time_trans() t$transform(hours) t$inverse(t$transform(hours)) t$format(t$breaks(range(hours)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.