min_number: Function to replace smaller values with a threshold value.

View source: R/min_max_number.R

min_numberR Documentation

Function to replace smaller values with a threshold value.

Description

Function to replace smaller values with a threshold value.

Usage

min_number(x, y)

Arguments

x

A numeric vector or scalar.

y

A numeric threshold value that serves as a cutoff.

Author(s)

Andreas Scharmueller, andschar@proton.me

Examples

min_number(3, 10)


andschar/andmisc documentation built on Jan. 19, 2025, 10:46 a.m.