Description Usage Arguments Details Value See Also
Take a numeric vector and return the index of the first (the lowest index) maximum values.
1 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.