Quantcast
Channel: ggplot2. How to add jitter on the different graph - Stack Overflow
Browsing all 2 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Answer by arvi1000 for ggplot2. How to add jitter on the different graph

Here's an example of how to do what I think you are going for, using reproducible data.# reproducible random dataset.seed(123)obs <- 100dat <- data.frame(group=1:obs, old_price=rnorm(obs,...

View Article



Image may be NSFW.
Clik here to view.

ggplot2. How to add jitter on the different graph

So I have this code ggplot(data, aes(x=price, y=values)) +# add colourful lines geom_line(aes(group=group, color=group)) +# add two box plots geom_boxplot(data=df, aes(x="z_lnprice_new",...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images