Determine quantiles across ensembles of x and/or y, as a function of x, using interpolation
n by m matrix where n is the number of observations and m is >= 1
n by j matrix where n is the number of observations and j is >= 1
number bins over which to calculate intervals. Used to calculate x.bin if not provided.
vector of bin edges over which to bin.
quantiles to calculate
how many ensemble members?
set a seed for reproducibility
limit the plotting of outliers on the x axis to exclude values below this probability limit (default = 0.025)
list of quantiles and x.bin
Other plot help:
AD2BP_trans()
,
BP2AD_trans()
,
axisLabel()
,
bin2d()
,
geoChronRPlotTheme()
,
getLegend()
,
getPlotRanges()
,
kde2d()
,
meltDistributionTable()
,
modeSelektor()
,
periodAnnotate()
,
reverselog10_trans()
if (FALSE) { # \dontrun{
quantiles <- quantile2d(ageEnsemble,paleoEnsemble)
} # }