A filter to pick out data within a range by quantile of ref. in: a numeric vector. out: a logical vector.

mf_pickquantile(x, ref = x, quantile_lower = 0.1, quantile_upper = 0.9)

Value

filtered data

Examples