Click or drag to resize

PeakFittingInGroupsGroupPeaks Method

Groups peaks based on their FWHM-derived influence ranges.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public List<List<PeakDescription>> GroupPeaks(
	IEnumerable<PeakDescription> peaks
)

Parameters

peaks  IEnumerablePeakDescription
The input peaks.

Return Value

ListListPeakDescription
A list of peak groups, where each group is a list of peaks.
See Also