Learn R Programming

ifultools (version 2.0-26)

mutilsTransformPeakType: Converts wavelet transform local peak type string to MUTILS enum type

Description

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

Usage

mutilsTransformPeakType(x)

Value

an integer corresponding to the MUTILS enum.

Arguments

x

a character string representing the wavelet transform local peak type. Choices are "extrema", "maxima", and "minima".

See Also

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

Examples

Run this code
## map the peak type 
mutilsTransformPeakType("maxima")

Run the code above in your browser using DataLab