wavSortCrystals {wmtsa} | R Documentation |
Sorts the crystal names for a discrete wavelet transform by level then by corresponding frequency content, from low to high.
wavSortCrystals(x, reverse=FALSE)
x |
a vector of character strings containing the names of the wavelet transform crystals. |
reverse |
a logical value. If TRUE , the order of the sorted names is reversed. Default: FALSE . |
a vector of character strings containing the sorted crystal names.
W <- wavMODWT(1:100) wavSortCrystals(names(W$data), reverse=TRUE)