Displaying 1 result from an estimated 1 matches for "up_velocity_m".
2012 Oct 01
3
merge.zoo returns unmatched dates
...o(as.matrix(Vup[,2]),as.POSIXct(Vup[,1], format="%Y-%m-%d %H:%M",tz="UTC"))
str(ADP_UPmin)
‘zoo’ series from 2010-01-21 07:42:00 to 2010-01-26 20:12:00
Data: num [1:7168, 1] 1.22 1.62 1.53 1.46 1.25 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr "UP_Velocity_m/s"
Index: POSIXct[1:7168], format: "2010-01-21 07:42:00" "2010-01-21 07:43:00" "2010-01-21 07:44:00" ...
And if I merge the two zoo objects I get this:
M<-merge(ADP_UPmin,PASmin)
head(M)
UP_Velocity_m/s PAS
2010-01-20 21:01:00...