argmax: Index of the maximum values of a vector

Description Usage Arguments Details Value See Also

View source: R/stats.R

Description

Take a numeric vector and return the index of its maximum values.

Usage

1
argmax(x)

Arguments

x

a numeric vector.

Details

The function argmax() works as the standard function which.max().

Value

Return the index of the maximum values of a numeric vector.

See Also

argmin, first_argmin, first_argmax


functClust documentation built on Dec. 2, 2020, 5:06 p.m.