bottomN.dfCol: bottomN.dfCol

View source: R/CodeAndRoll2.R

bottomN.dfColR Documentation

bottomN.dfCol

Description

Find the n lowest values in a named vector.

Usage

bottomN.dfCol(df_col = as.named.vector(df[, 1, drop = FALSE]), n = 5)

Arguments

df_col

data frame column, Default: as.named.vector(df[, 1, drop = FALSE])

n

lowest N values, Default: 5


vertesy/CodeAndRoll2 documentation built on Nov. 20, 2024, 5:23 a.m.