ClipValues: ClipValues

Description Usage Arguments Details Value

View source: R/supporting_functions.R

Description

ClipValues Clips the extremely large or small values of an input vector.

Usage

1
ClipValues(values, max.thresh, min.thresh = 0)

Arguments

values

(vector) input variables to clip.

max.thresh

(numeric) values above this value will be assigned to this value.

min.thresh

(numeric) values below this value will be assigned to this value.

Details

Clips the extremely large or small values of an input vector.

Value

values input vector, altered to have new minimum/maximum values.


aWhereAPI/aWhere-R-Charts documentation built on Dec. 30, 2021, 12:58 p.m.