Does R have any wavelet functions? When I type> help.search("wavelet")I get " No help files found with alias or concept or title matching 'wavelet' using fuzzy matching." Thanks, Peter.
On Thu, 2006-05-25 at 09:23 -0700, Peter Lauren wrote:> Does R have any wavelet functions? When I type > > help.search("wavelet") > I get > " No help files found with alias or concept or title > matching 'wavelet' using fuzzy matching." > > Thanks, > Peter.Try instead: RSiteSearch("wavelet") ## or restrict to functions only RSiteSearch("wavelet", restrict = "functions") HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% * Note new Address, Telephone & Fax numbers from 6th April 2006 * %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson ECRC & ENSIS [t] +44 (0)20 7679 0522 UCL Department of Geography [f] +44 (0)20 7679 0565 Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street [w] http://www.ucl.ac.uk/~ucfagls/cv/ London, UK. [w] http://www.ucl.ac.uk/~ucfagls/ WC1E 6BT. %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
Peter Lauren wrote:> Does R have any wavelet functions? When I type > >>help.search("wavelet") > > I get > " No help files found with alias or concept or title > matching 'wavelet' using fuzzy matching." > > Thanks, > Peter. > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.htmlTry: RSiteSearch("wavelet") The first several hits seem relevant. HTH, --sundar
Peter, making wavelet analysis requires one of the packages that you have to install: wavethresh, waveslim, wavelets or rtw. HTH, Rogerio. ----- Original Message ----- From: "Peter Lauren" <peterdlauren at yahoo.com> To: <r-help at stat.math.ethz.ch> Sent: Thursday, May 25, 2006 1:23 PM Subject: [R] Wavelet Functions> Does R have any wavelet functions? When I type >> help.search("wavelet") > I get > " No help files found with alias or concept or title > matching 'wavelet' using fuzzy matching." > > Thanks, > Peter. > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html >