find.turn.point: Find peaks and valleys of a curve.

View source: R/find.turn.point.R

find.turn.pointR Documentation

Find peaks and valleys of a curve.

Description

This is an internal function which is not supposed to be directly accessed by the user. Finds the peaks and valleys of a smooth curve.

Usage

find.turn.point(y)

Arguments

y

The y values of a curve in x-y plane.

Value

A list object:

pks

The peak positions.

vlys

The valley positions

Author(s)

Tianwei Yu <tyu8@emory.edu>

References

Bioinformatics. 25(15):1930-36. BMC Bioinformatics. 11:559.


yufree/apLCMS documentation built on May 19, 2024, 1:22 p.m.