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