bottomN.dfCol | R Documentation |
Find the n lowest values in a named vector.
bottomN.dfCol(df_col = as.named.vector(df[, 1, drop = FALSE]), n = 5)
df_col |
data frame column, Default: |
n |
lowest N values, Default: 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.