Re: [R] Error: Data is not atomic

2013-10-28 Thread Berend Hasselman
On 28-10-2013, at 17:16, Baro wrote: > thank you so much. I will write my questions as you mentioned > > Final advice. Please reply to the list only. Everybody can then see your reply and respond if necessary. Forwarded to the list. Berend __

Re: [R] Error: Data is not atomic

2013-10-28 Thread Berend Hasselman
On 28-10-2013, at 17:01, Baro wrote: > Hi experts, > > I want to user haar wavelet transform. If I am using this simple command, > it works nice: > > k<-c(1,2,3,4,5,6,7,8) > ywd<-wd(k,filter.number=1,family="DaubExPhase") > > but if the K is a list like this: > > *[[1]]* > *[1] 401* > * > *

[R] Error: Data is not atomic

2013-10-28 Thread Baro
Hi experts, I want to user haar wavelet transform. If I am using this simple command, it works nice: k<-c(1,2,3,4,5,6,7,8) ywd<-wd(k,filter.number=1,family="DaubExPhase") but if the K is a list like this: *[[1]]* *[1] 401* * * *[[2]]* *[1] 481* * * *[[3]]* *[1] 480* * * *[[4]]* *[1] 482* * * *[