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

Description Usage Arguments Value See Also Examples

Description

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

Usage

1

Arguments

x

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

Value

an integer corresponding to the MUTILS enum.

See Also

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

Examples

1
2
## map the peak type 
mutilsTransformPeakType("maxima")

ifultools documentation built on May 2, 2019, 4:48 p.m.