which_min_n: Which min n Get the indecies of the n smallest values using...

View source: R/utils.R

which_min_nR Documentation

Which min n Get the indecies of the n smallest values using partial sort

Description

Which min n Get the indecies of the n smallest values using partial sort

Usage

which_min_n(x, n)

Arguments

x

vector

n

the number of indices

Value

vector of indecies


edahelsinki/slise documentation built on Aug. 24, 2023, 11:03 p.m.