| mutilsFilterType {ifultools} | R Documentation |
MUTILS is a C library used for certain .Call functions.
This function maps a wavelet filter character string to the
corresponding enum type in MUTILS.
mutilsFilterType(wavelet="s8")
wavelet |
a character string representing the wavelet filter type. Default: "s8". |
an integer corresponding to the MUTILS enum.
mutilsDistanceMetric, mutilsFilterTypeContinuous, mutilsSDF, mutilsTransformPeakType, mutilsTransformType, mutilsWSShrinkageFunction, mutilsWSThresholdFunction.
## map the Haar filter
mutilsFilterType("haar")