Learn R Programming

ifultools (version 2.0-23)

mutilsTransformType: Converts wavelet transform string to MUTILS enum type

Description

MUTILS is a C library used for certain itCall functions. This function maps a wavelet transform character string to the corresponding enum type in MUTILS.

Usage

mutilsTransformType(x)

Arguments

x

a character string representing the wavelet transform type. Choices are "modwt", "modwpt", "dwt", and "dwpt".

Value

an integer corresponding to the MUTILS enum.

See Also

mutilsDistanceMetric, mutilsFilterType, mutilsFilterTypeContinuous, mutilsSDF, mutilsTransformPeakType, mutilsWSShrinkageFunction, mutilsWSThresholdFunction.

Examples

Run this code
# NOT RUN {
## map the MODWPT 
mutilsTransformType("modwpt")
# }

Run the code above in your browser using DataLab