View source: R/selection-filtering.R
df.cutoff2 | R Documentation |
Create a data.frame for which the values under a given threshold are set to 0
df.cutoff2(DF, cut, STRIP = FALSE)
DF |
numeric data.frame |
cut |
the threshold |
STRIP |
boolean; remove the rows filled with 0 when TRUE |
a numeric data.frame where all (value > cut|| value == 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.