which.pmin: Index of the minimum per row

which.pminR Documentation

Index of the minimum per row

Description

Index of the minimum per row

Usage

which.pmin(...)

Arguments

...

Numeric or character vectors of the same length

Details

Determine the index of the minimum of the input vectors per row. Extension of which.min

Value

Vector of rankings

See Also

See also which.min and which.pmax

Examples

which.pmin(1:10, 10:1)
which.pmin(2, 10:1)
which.pmin(mtcars)

radiant-rstats/radiant.data documentation built on Jan. 19, 2024, 12:21 p.m.