Description Usage Arguments Details Value See Also
Take a numeric vector and return the index of the first (the lowest index) minimum values.
1 | first_argmin(x)
|
x |
a numeric vector. |
The function first_argmin()
works as the
standard function min(which.min())
.
Return the index of the first (the lowest index) minimum values of a numeric vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.