returnLocalMaxima: Local maximum detection

Description Usage Arguments Details Value Author(s) Examples

Description

Find and return local maximum of a single spectrum.

Usage

1

Arguments

spectrum

A spectral sample in the vector format.

Details

Find and return local maximum of a single spectrum.

Value

locMax

Locations of the found local maximum peaks

pkMax

Intensities of the found local maxumum peaks

Author(s)

Trung Nghia Vu

Examples

1
2
3
4
5
6
7
8
 

res=makeSimulatedData();
X=res$data;
groupLabel=res$label;


returnLocalMaxima(X[2,])	

nghiavtr/speaq documentation built on May 20, 2019, 5:27 p.m.