clip.outliers.at.percentile: clip.outliers.at.percentile

View source: R/CodeAndRoll2.R

clip.outliers.at.percentileR Documentation

clip.outliers.at.percentile

Description

Signal clipping based on the input data's distribution. It clips values in a distribution above or below the extreme N% of the distribution.

Usage

clip.outliers.at.percentile(
  x,
  high = TRUE,
  percentiles = c(0.01, 0.99),
  na.rm = TRUE,
  showhist = FALSE,
  ...
)

Arguments

x

A vector of numeric values.

high

Clip above threshold? Default: TRUE

percentiles

At which percentiles to cut off?, Default: c(0.01, 0.99)

na.rm

Remove NA values for calculation? Default: TRUE

showhist

PARAM_DESCRIPTION, Default: FALSE

...

Pass any other argument.


vertesy/CodeAndRoll2 documentation built on Nov. 20, 2024, 5:23 a.m.