clipMeas | R Documentation |
Clip the measurement
clipMeas(obj, clip, quant = FALSE)
## S3 method for class 'arcosTS'
clipMeas(obj, clip, quant = FALSE)
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. |
an arcosTS object with a modified measurement column.
cat("no examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.