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