R/utils.R
smallest_n_indices.Rd
Returns the indices of the n smallest elements in a vector
smallest_n_indices(x, n = 1L)
(numeric()) A numeric vector.
numeric()
(numeric(1)) A integer indicating how many elements should be returned
numeric(1)