search for: iso2chron

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

Did you mean: ischron
2008 Jul 02
1
FW: RES: bug in axis.Date? was (Re: newbie needs help plottingtimeseries)
Instead of x<-seq(as.Date("2004-01-01"), as.Date("2008-06-01"),by="month") from=iso2chron("2004-01-01") to= iso2chron("2008-06-01") from <-chron2UTCsecs(from) to<-chron2UTCsecs(to) delta##how many secs i.e month time in secs xx <- seq(from=from, to=to, by=delta) x <- UTCsecs2chron(xx) I think it will works -----Original Message----- F...