ggInterval_2Dhist: visualize a 2-dimension histogram by symbolic data with ggplot
package.
Description
Visualize the two continuous variable distribution
by dividing both the x axis and y axis into bins,and calculating
the frequency of observation interval in each bin.
A ggESDA object. It can also be either RSDA object or
classical data frame,which will be automatically convert to ggESDA
data.
mapping
Set of aesthetic mappings created by aes() or aes_().
If specified and inherit. aes = TRUE (the default),
it is combined with the default mapping at the top level of
the plot. You must supply mapping if there is no plot mapping.
It is the same as the mapping of ggplot2.
xBins
x axis bins, which mean how many partials
x variable will be separate into.
yBins
y axis bins.It is the same as xBins.
removeZero
whether remove data whose frequency is equal to zero