powered by
Take a numeric vector and return the index of its minimum values.
argmin(x)
a numeric vector.
Return the index of the minimum values of a numeric vector.
The function argmin() works as the standard function which.min().
argmin()
which.min()
first_argmin, argmax, first_argmax
first_argmin
argmax
first_argmax