search for: chrontime

Displaying 1 result from an estimated 1 matches for "chrontime".

2006 May 30
2
Help with adding minutes to time
...to do that ! Thanks for any input and eventually a pointer to an example of how to add minutes or seconds to a time without a date which I think makes POSIX not relevant in this case. Best regards, Jean-louis library(chron) chartime<-"09:12:00" chartime2<-"00:01:00" chrontime<-times(chartime) chrontime2<-times(chartime2) test<-chrontime+chrontime2 test<-as.character(test) test<-sub(":00","",test)