clipr: Clip vectors

Description Usage Arguments

View source: R/functions_utility.R

Description

Clips values to a mininum and maximum value. That is, all values below the lower clamp value and the upper clamp value become the lower/upper value specified

Usage

1
clipr(x, min, max)

Arguments

x

to be clipped vector

min

numeric. lowest value

max

numeric. highest value


robinvanemden/contextual documentation built on Aug. 12, 2019, 9:30 p.m.