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