| f_quantile | R Documentation |
Helper function to find arbitrary quantiles
f_quantile(
x,
probs = c(0.05, 0.15, 0.5, 0.84, 0.95),
names = c("ymin", "lower", "middle", "upper", "ymax"),
...
)
x |
Numeric Vector |
probs |
Numeric Vector of Probabilities |
names |
Names of probs |
... |
Other arguments to be passed on |
Numeric vector of length(probs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.