Skip to content
Prev 167127 / 398502 Next

Time Series

Try this:

library(chron)
times("9:00:00") + 0:479/(24*60)

Also see R News 4/1 and read the help pages in chron.

If you eventually want to use these times with corresponding series
data look at the zoo package.
On Thu, Jan 15, 2009 at 10:01 AM, Andrew Choens <andy.choens at gmail.com> wrote: