f_quantile: f_quantile

View source: R/f_quantile.R

f_quantileR Documentation

f_quantile

Description

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)


brownhr/excess documentation built on June 12, 2022, 5:50 a.m.