.NthMin {sRACIPE}R Documentation

Find nth minimum value from a vector

Description

A utility function to find the nth minimum

Usage

.NthMin(x, index)

Arguments

x

the given unsorted vector

index

N.

Value

the nth minimum element of the vector


[Package sRACIPE version 1.6.0 Index]