View source: R/selection-filtering.R
cutoff | R Documentation |
Test cell values in a data.frame for equality or higher value than a specified cutoff
cutoff(DF, CUT)
DF |
numeric data.frame |
CUT |
expression cutoff for the test |
a boolean data.frame where TRUE means that the value in the original data.frame is higher than CUT.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.