search for: recunstructs

Displaying 2 results from an estimated 2 matches for "recunstructs".

Did you mean: reconstructs
2005 Oct 19
0
Wavelet recunstruction
Hi There, I tried to find a function in {waveslim} or {wavethresh} in order to recunstruct the decomposed signals. As far as I found there is no function in {waveslim} to recunstruct decomposed data. The function wr{wavethresh} recunstructs the results of wd function. Apart from its limitations ( for example the length of vector must be power of 2 ) it apparently doesn't work with the functions and objects in waveslim. What could help ? So many thanks for your any idea. Amir Safari --------------------------------- [[alterna...
2002 Mar 12
4
swapping rows with columns
Hello, I've read in a data file as a frame and now I'd like the columns to be rows and the rows to be columns. What's the easiest way to do this in R? > class(d) [1] "data.frame" > rownames(d) [1] "98x101" "40x98" "30x40" "0x30" > colnames(d) [1] "H..sapiens" "C..elegans"