powered by
time_trans(tz = NULL)
NULL
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)))
Run the code above in your browser using DataLab