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