Identifies peaks in the population histogram potentially indicating sub-population mixtures.
enve.recplot2.findPeaks(x, method = "emauto", ...)Returns a list of enve.RecPlot2.Peak objects.
An enve.RecPlot2 object.
Peak-finder method. This should be one of:
emauto (Expectation-Maximization with auto-selection of components)
em (Expectation-Maximization)
mower (Custom distribution-mowing method)
Any additional parameters supported by
enve.recplot2.findPeaks.
Luis M. Rodriguez-R [aut, cre]