wavSortCrystals: Sort wavelet transform crystal names

Description Usage Arguments Value See Also Examples

Description

Sorts the crystal names for a discrete wavelet transform by level then by corresponding frequency content, from low to high.

Usage

1
wavSortCrystals(x, reverse=FALSE)

Arguments

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.

Value

a vector of character strings containing the sorted crystal names.

See Also

wavDWT, wavMODWT.

Examples

1
2
W <- wavMODWT(1:100)
wavSortCrystals(names(W$data), reverse=TRUE)

wmtsa documentation built on May 2, 2019, 6:50 p.m.

Related to wavSortCrystals in wmtsa...