Use a kernel density estimator to model the density of samples along a 2-dimensional grid
kde2d(x, y, n.bins = 100, x.bin = NA, y.bin = NA)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.
vector of bin edges over which to bin.
A list with a matrix of density, x.bin and y.bin
Other gridding:
bin2d(),
quantile2d()
Other plot help:
AD2BP_trans(),
BP2AD_trans(),
axisLabel(),
bin2d(),
geoChronRPlotTheme(),
getLegend(),
getPlotRanges(),
meltDistributionTable(),
modeSelektor(),
periodAnnotate(),
quantile2d(),
reverselog10_trans()