SyntaxFix
Write A Post
Hire A Developer
Questions
If you decide to use ggplot2, you can set transparency of overlapping points using the alpha argument.
ggplot2
alpha
e.g.
library(ggplot2) ggplot(diamonds, aes(carat, price)) + geom_point(alpha = 1/40)