df.StripLine: Compare cell values to a threshold and fill cells that failed...

View source: R/selection-filtering.R

df.StripLineR Documentation

Compare cell values to a threshold and fill cells that failed the test with NA

Description

Compare cell values to a threshold and fill cells that failed the test with NA

Usage

df.StripLine(DF, val = 0, case = "gt")

Arguments

DF

a numeric data.frame

val

thereshold for the arithmetical comparison

case

"ge","gt","le","lt","eq" (for df.Strip)

Value

a numeric data.frame


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