Rdocumentation
powered by
Learn R Programming
FlowSOM (version 1.4.0)
PeaksAndValleys: Find peaks and valleys in one-dimensional data
Description
Find peaks and valleys in one-dimensional data
Usage
PeaksAndValleys(data, minDensityThreshold = 0.05, ...)
Arguments
data
array containing the data points
minDensityThreshold
Only counts peaks which density > threshold
...
Other parameters to be passed on to density
Value
A list containing the density result, peaks and valleys