remove_threshold: function replaces every value below a threshold with NA

Description Usage Arguments Value

View source: R/remove_threshold.R

Description

function replaces every value below a threshold with NA

Usage

1
remove_threshold(file, column, threshold)

Arguments

file

object containing data (data frame, matrix, array)

column

column in object containing data to apply the function on

threshold

every value <= threshold gets replaced with NA

Value

file with replaced values


plvoit/PaulsPack documentation built on Dec. 15, 2019, 10:24 p.m.