argmin: Index of the minimum 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 minimum values.

Usage

1
argmin(x)

Arguments

x

a numeric vector.

Details

The function argmin() works as the standard function which.min().

Value

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

See Also

first_argmin, argmax, first_argmax


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