.firstMin | R Documentation |
This function allows to find the first minimum of a numeric vector
.firstMin(x, positionOnly = FALSE)
x |
(numeric vector) main input |
positionOnly |
(logical) |
numeric vector
which.min
.firstMin(c(4,3:6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.