topN.dfCol: topN.dfCol

View source: R/CodeAndRoll2.R

topN.dfColR Documentation

topN.dfCol

Description

Find the n highest values in a named vector.

Usage

topN.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

top N values, Default: 5


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