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