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