powered by
out_iqr(x, cutoff = 1.5, fill = NA, ...)
[univariate vector]
Univariate vector, numeric or ts object with only one dimension.
[numeric(1): 1.5]
[numeric or function: NA]
Numeric value(s) or function used to fill observations.
further arguments passed to quantile.
quantile
# NOT RUN { out_iqr(c(0,1,3,4,20)) # }
Run the code above in your browser using DataLab