Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

How to change the transparency of the plot in R?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles