Description Usage Arguments Details Value See Also
Take a numeric vector and return the index of its maximum values.
1 | argmax(x)
|
x |
a numeric vector. |
The function argmax()
works as the standard function
which.max()
.
Return the index of the maximum values of a numeric vector.
argmin
, first_argmin
,
first_argmax
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.