Explore Connect Documentation
Snippets
1
2
3
4
library(ggplot2movies)
moviesNoNA = na.omit(movies)
qplot(rating, votes, data = moviesNoNA, size = I(1.2))
Press desired key combination and then press ENTER.