| argmin | R Documentation |
Take a numeric vector and return the index of its minimum values.
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