qtrim: cut off vector by quantiles

View source: R/package.R

qtrimR Documentation

cut off vector by quantiles

Description

Use the empirical distribution of numeric values to get the quantiles assigned to each value of a vector. then remove values that are above the quantile cutoff.

Usage

qtrim(x, maxq = 0.99)

kevinmhadi/khtools documentation built on June 9, 2025, 11:51 a.m.