clipMeas: "Clip the measurement"

View source: R/meas.R

clipMeasR Documentation

"Clip the measurement"

Description

Clip the measurement

Usage

clipMeas(obj, clip, quant = FALSE)

## S3 method for class 'arcosTS'
clipMeas(obj, clip, quant = FALSE)

Arguments

obj

an arcosTS object.

clip

a two-element vector with lower and upper measurement values (if quant is FALSE) or quantiles (if quant is TRUE) for clipping.

quant

a logical to indicate whether the clip parameter is treated as lower and upper bounds of the measurement or as quantiles, default FALSE.

Value

an arcosTS object with a modified measurement column.

Examples

cat("no examples")

dmattek/ARCOS documentation built on Dec. 5, 2024, 11:02 p.m.