Skip to contents

Helper function to find arbitrary quantiles

Usage

f_quantile(
  x,
  probs = c(0.05, 0.15, 0.5, 0.84, 0.95),
  names = c("ymin", "lower", "middle", "upper", "ymax"),
  ...
)

Arguments

x

Numeric Vector

probs

Numeric Vector of Probabilities

names

Names of probs

...

Other arguments to be passed on

Value

Numeric vector of length(probs)