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?
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?