first_argmax: Index of the first maximum value 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 the first (the lowest index) maximum values.

Usage

1

Arguments

x

a numeric vector.

Details

The function first_argmax() works as the standard function min(which.max()).

Value

Return the index of the first (the lowest index) maximum values of a numeric vector.

See Also

argmin, first_argmin, argmax


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