powered by
out_pt(x, pt_low = 0.1, pt_high = 0.9, fill = NA)
[univariate vector]
Univariate vector, numeric or ts object with only one dimension.
the lowest quantile
the highest quantile
[numeric or function: NA]
Numeric value(s) or function used to fill observations.
# NOT RUN { x <- c(1, 3, -1, 5, 10, 100) out_pt(x) # }
Run the code above in your browser using DataLab