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