@harry wrote:
I am currently studying about ggplot2 package in R for practicing I have plot one scatter plot between two variable .
ggplot(aes(x=age,y=friend_count),data=pf)+geom_point()
I want to know if I have to change the transparency of the above plot.How this can be achieved in R
Posts: 2
Participants: 2
