enve.recplot2.findPeaks {enveomics.R}R Documentation

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", ...)

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.

Value

Returns a list of enve.RecPlot2.Peak objects.

Author(s)

Luis M. Rodriguez-R [aut, cre]


[Package enveomics.R version 1.9.1 Index]