mutilsTransformType {ifultools}R Documentation

Converts wavelet transform string to MUTILS enum type

Description

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.

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, mutilsWSShrinkageFunction, mutilsWSThresholdFunction.

Examples

## map the MODWPT 
mutilsTransformType("modwpt")

[Package ifultools version 1.0-2 Index]