View source: R/find.turn.point.R
find.turn.point | R Documentation |
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.
find.turn.point(y)
y |
The y values of a curve in x-y plane. |
A list object:
pks |
The peak positions. |
vlys |
The valley positions |
Tianwei Yu <tyu8@emory.edu>
Bioinformatics. 25(15):1930-36. BMC Bioinformatics. 11:559.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.