A vector indicating the location (position in the vector) of peaks in the vector.
Arguments
x
A vector whose peaks are to be located.
show
If TRUE, the vector is plotted and peaks are indicated with red triangles.
Author
Santiago Barreda <sbarreda@ucdavis.edu>
Details
This function looks for peaks by finding elements whose value is greater than both the elements that surround it. If no peaks are found, a value of zero is returned.