R/utilities.R
getQuantilesYData.Rd
Calculate quantiles for given xy-vectors
getQuantilesYData(xValues, yValues, quantiles = c(0.05, 0.5, 0.95))
X values, by which y values are grouped
Values for which the quantiles are calculated
A numerical vector with quantile values. Default is c(0.05, 0.5, 0.95)
c(0.05, 0.5, 0.95)
A list with xValues and aggregated yValues
xValues
yValues