Learn R Programming

ifultools (version 2.0-26)

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)

Value

an integer corresponding to the MUTILS enum.

Arguments

x

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

See Also

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

Examples

Run this code
## map the MODWPT 
mutilsTransformType("modwpt")

Run the code above in your browser using DataLab