Re: [R] unexpected behaviour of rbind with dataframe containing POSIXct

2010-11-12 Thread Brian Diggs
On 11/12/2010 9:57 AM, Alexander Senger wrote: Hello list, here is what I stumbled upon: 1> test<- data.frame(time=as.POSIXct((1:2),origin="2000-1-1")) 1> test time 1 2000-01-01 00:00:01 2 2000-01-01 00:00:02 1> rbind(test,b=1:2) Fehler in as.POSIXct.numeric(value) : 'origi

[R] unexpected behaviour of rbind with dataframe containing POSIXct

2010-11-12 Thread Alexander Senger
Hello list, here is what I stumbled upon: 1> test <- data.frame(time=as.POSIXct((1:2),origin="2000-1-1")) 1> test time 1 2000-01-01 00:00:01 2 2000-01-01 00:00:02 1> rbind(test,b=1:2) Fehler in as.POSIXct.numeric(value) : 'origin' muss angegeben werden When I try to attach an