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

How geom_point differ from geom_jitter in ggplot2 package?

$
0
0

@harry wrote:

I am plotting a scatterplot using the ggplot2 package in R .I have created a layer for geom_point for the creation of scatter plot.

ggplot(aes(x=age,y=friend_count),data=pf)+xlim(13,90)+geom_point(alpha=1/20)

But while searching I found that we can add a layer of geom_jitter to make a similar plot.But I am unable to find the difference.

Posts: 3

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles