search for: zoo_test

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

Did you mean: foo_test
2008 Mar 06
1
can't merge zoo ojects and convert to ts (been trying for 2 days)
...%H"), format = c(dates = "Y-m-d ", times = "H:M:S")),frequency=8760 ) class(zooreg_time) [1] "zooreg" "zoo" ###Create my zoo objects ###First irregular series. Steps: 1) create vector to order by 2) create zoo object. #####Vector to order by: >zoo_test<- as.chron(strptime(ttest$Ruta_datetime_start, format="%d/%m/%Y %H"), format = c(dates = "Y-m-d ", times = "H:M:S")) zoo_test [1] (2004-Apr-28 08:00:00) (2004-Apr-28 13:00:00) #####Zoo object: zoo_test2<-zoo(ttest$Minutos.de.viaje,zoo_test) zoo_test2 (2004-Apr-...