| mutilsTransformType {ifultools} | R Documentation |
MUTILS is a C library used for certain .Call functions.
This function maps a wavelet transform character string to the
corresponding enum type in MUTILS.
mutilsTransformType(x)
x |
a character string representing the wavelet transform type.
Choices are "modwt", "modwpt", "dwt", and "dwpt". |
an integer corresponding to the MUTILS enum.
mutilsDistanceMetric, mutilsFilterType, mutilsFilterTypeContinuous, mutilsSDF, mutilsTransformPeakType, mutilsWSShrinkageFunction, mutilsWSThresholdFunction.
## map the MODWPT
mutilsTransformType("modwpt")