Guest User

Untitled

a guest
Aug 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. u <- ggplot(data= movies, aes(x=CriticRating, y=AudienceRating, colour=Genre))
  2. u + geom_boxplot(size = 1.2) + geom_point()
Add Comment
Please, Sign In to add comment