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

View source: R/recplot2.R

enve.recplot2.findPeaksR 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]


enveomics.R documentation built on May 29, 2024, 4:17 a.m.