Closed r-link closed 4 years ago
stat_bin2d()
and stat_binhex()
pairs
ggcorrm()
with stat_bin2d(geom = "point", bins = 10)
: 15.452 secggcorrm()
with geom_point()
: 33.401 secpairs()
with standard settings: 1443.283 secggplot2
probably only by precomputing the data in the plot in a faster way
utri_
/lotri_
functions based on stat_bin2d(geom = "point", bins = 10)
:
stat_bin
is mapped to fill,geom = "point"
leads to broken/duplicated scales unless fill is set to NA
.
Add functionality for faster plots for large datasets based on
geom_bin2d()
or similar concepts.