View source: R/selection-filtering.R
df.Strip | R Documentation |
Filter the content of a numeric data.frame based on a threshold
df.Strip(DF, val = 0, margin = 1, case = "gt")
DF |
the numeric data.frame |
val |
the value used as a threshold |
margin |
1: for rows, 2 for columns, c(1:2) apply to both column and row. |
case |
'gt' for strictly greater than; 'ge' for greater than or equal to; 'lt' for strictly lesser than; 'le' for lesser than or equal to; 'eq' for equal to |
Data.frame which exclusively contains rows that comply at least once to the given criterion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.