Learn R Programming

enveomics.R (version 1.9.1)

enve.recplot2.findPeaks: Enveomics: Recruitment Plot (2) Peak Finder

Description

Identifies peaks in the population histogram potentially indicating sub-population mixtures.

Usage

enve.recplot2.findPeaks(x, method = "emauto", ...)

Value

Returns a list of enve.RecPlot2.Peak objects.

Arguments

x

An enve.RecPlot2 object.

method

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.

Author

Luis M. Rodriguez-R [aut, cre]