Re: [R] Function Align produces an error, Package wavelets

2014-05-27 Thread arun
Hi Barnaby, No problem. If the function got masked by loading another package, you could do:  wt.aligned - wavelets::align(wt) A.K. Thank you I spend more time looking into it since I placed the question and it seems that there is a conflict between two or more packages when open jointly

Re: [R] Function Align produces an error, Package wavelets

2014-05-26 Thread arun
Hi, I couldn't reproduce the error. str(wt.aligned) Formal class 'dwt' [package wavelets] with 11 slots   ..@ W :List of 3   .. ..$ : num [1:32, 1] -0.252 0.19 0.315 0.451 0.169 ...   .. ..$ : num [1:16, 1] 0.5324 -0.0644 0.2494 0.6509 0.1955 ...   .. ..$ : num [1:8, 1] -0.558 0.734 -0.122

Re: [R] Function Align produces an error, Package wavelets

2014-05-26 Thread barnaby
Thank you I spend more time looking into it since I placed the question and it seems that there is a conflict between two or more packages when open jointly with the wavelet package for this specific example. I am trying to identify the packages. Many thanks again  BarnabyÂ