cutoff: Test cell values in a data.frame for equality or higher value...

View source: R/selection-filtering.R

cutoffR Documentation

Test cell values in a data.frame for equality or higher value than a specified cutoff

Description

Test cell values in a data.frame for equality or higher value than a specified cutoff

Usage

cutoff(DF, CUT)

Arguments

DF

numeric data.frame

CUT

expression cutoff for the test

Value

a boolean data.frame where TRUE means that the value in the original data.frame is higher than CUT.


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