Description Usage Arguments Value Examples
View source: R/identifyMinima.R
Identifies minima by repeatedly drawing small numbers of values from a larger set.
1 | identifyMinima(data, proportion = 0.001, iterat = 5e+05, delta = 1)
|
data |
vector of values to analyze |
proportion |
proportion of values to analyze (proportions*length(data)), if below 10, then the value is mutiplied by 10 in each iteration |
iterat |
number of sample drawings |
delta |
width between two points to differentiate |
data.frame containing all identified minima
1 | identifyMinima(1:1000, 1, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.