Yasser El-Zein <abu3ammar <at> gmail.com> writes:

: 
: what package should I include to use timeDate? I want to convert a
: double (num of millis) into date object.

The times class of the chron package stores times as fractions of
a day.  You could check whether or not that gives you the resolution you
need.  Install chron and issue the R commands:

library(chron)
?chron

If you only need resolution to the second then you could alternately
use the POSIXct class.

Also check out the article on dates and times in R News 4/1 which
discusses the various possibilities.

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to