Q23
How do you customize the transparency of points in a ggplot2 scatter plot?
A.
geom_point(alpha = 0.5)
B.
point_transparency(0.5)
C.
aes(alpha = 0.5)
AnswerD.
transparency(0.5)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board