Learn R Programming

radiant.data (version 0.6.0)

which.pmin: Returns the index of the (parallel) minima of the input values

Description

Returns the index of the (parallel) minima of the input values

Usage

which.pmin(...)

Arguments

...
Numeric or character vectors of the same length

Value

Vector of rankings

Examples

Run this code
which.pmin(1:10, 10:1)
which.pmin(2, 10:1)

Run the code above in your browser using DataLab