Description Usage Arguments Details Value Author(s) Examples
Find and return local maximum of a single spectrum.
1  | 
spectrum | 
 A spectral sample in the vector format.  | 
Find and return local maximum of a single spectrum.
locMax  | 
 Locations of the found local maximum peaks  | 
pkMax  | 
 Intensities of the found local maxumum peaks  | 
Trung Nghia Vu
1 2 3 4 5 6 7 8  |  
res=makeSimulatedData();
X=res$data;
groupLabel=res$label;
returnLocalMaxima(X[2,])	
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.