Hello experts. I'm looking for a ggplot2
plotting function (i.e., geom_something
) that can clearly show the relationship between two variables when there are so many data points that geom_point()
isn't a good option due to extensive point overlap. Specifically, I'm looking for a ggplot2
function to create this type of plot.
Is there one? If not, any advice will be very welcome!