Re: [R] shift/lag when merge zoo

2009-04-16 Thread j.k
Worked perfect... Thanks a lot! Johannes j.k wrote: > > Hello alltogheter, > I have a little problem regarding merging to zoo series. > I want to merge two zoo series to reduce the timegaps between the stamps. > I use the following code: > > data.test <- > as.POSIXct(seq(data.input01[1,1],dat

Re: [R] shift/lag when merge zoo

2009-04-16 Thread Achim Zeileis
On Wed, 15 Apr 2009, j.k wrote: Hello alltogheter, I have a little problem regarding merging to zoo series. I want to merge two zoo series to reduce the timegaps between the stamps. I use the following code: data.test <- as.POSIXct(seq(data.input01[1,1],data.input01[nrow(data.input01),1],900),

[R] shift/lag when merge zoo

2009-04-15 Thread j.k
Hello alltogheter, I have a little problem regarding merging to zoo series. I want to merge two zoo series to reduce the timegaps between the stamps. I use the following code: data.test <- as.POSIXct(seq(data.input01[1,1],data.input01[nrow(data.input01),1],900),tz="GMT") data.troughput01 <- as.zo