mutilsTransformPeakType {ifultools} | R Documentation |
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.
mutilsTransformPeakType(x)
x |
a character string representing the wavelet transform local peak type.
Choices are "extrema" , "maxima" , and "minima" . |
an integer corresponding to the MUTILS enum.
mutilsDistanceMetric
, mutilsFilterType
, mutilsFilterTypeContinuous
, mutilsSDF
, mutilsTransformType
, mutilsWSShrinkageFunction
, mutilsWSThresholdFunction
.
## map the peak type mutilsTransformPeakType("maxima")