Description Usage Arguments Value Examples
View source: R/getExtremalValues.R
Finds minima and maxima.
1 | getExtremalValues(data, zeichne = TRUE, delta = 0.01)
|
data |
vector of values to analyze |
zeichne |
draw density and identified values |
delta |
steps between analyzed points for the fitted density curve |
list, containing two data.frames: min and max key/value pairs
1 2 | getExtremalValues(c(1:10,2,3,4,1:10,10:1,2:4,1:10),
zeichne = FALSE, delta = 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.