Indicate the index of the row-wise minimal value
whichp.RdIndicate the index of the row-wise minimal value
Usage
which.pmin(..., silent = FALSE)
which.pmin_chr(..., ties = c("warning-first", "first", "collapse"))Arguments
- ...
- Vectors of the same type where which.min is applied. 
- silent
- lgl. Indicate if the function should return a warning in case of duplicated minimal. 
- ties
- chr. Method use in case of ties. Either - "warning-first", default which return a warning a select the name of the first input, OR- "first", return the first input, OR- "collapse", collapse the tied input with- " | ".