first_argmin: Index of the first minimum value of a vector

Description Usage Arguments Details Value

Description

Take a numeric vector and return the index of the first (the lowest index) minimum values.

Usage

1

Arguments

x

a numeric vector.

Details

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

Value

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


BenitoJaillard/combinAna documentation built on May 9, 2019, 2:17 a.m.