Why we use geom_jitter() instead of geom_point() in R?

Viewed 18

For geom_jitter we use any other criteria (let's say, "color = year" in gapminder) in aes() of ggplot() itself which is more convenient than writing the same in geom_point. But, is there any other reason that geom_jitter is used more?

0 Answers
Related