df.cutoff2: Create a data.frame for which the values under a given...

View source: R/selection-filtering.R

df.cutoff2R Documentation

Create a data.frame for which the values under a given threshold are set to 0

Description

Create a data.frame for which the values under a given threshold are set to 0

Usage

df.cutoff2(DF, cut, STRIP = FALSE)

Arguments

DF

numeric data.frame

cut

the threshold

STRIP

boolean; remove the rows filled with 0 when TRUE

Value

a numeric data.frame where all (value > cut|| value == 0)


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.