Explore
Connect
Documentation
Snippets
Log in
Sign up
1
2
3
4
library
(
ggplot2movies
)
moviesNoNA
=
na.omit
(
movies
)
qplot
(
rating
,
votes
,
data
=
moviesNoNA
,
size
=
I
(
1.2
))
Enter to Rename, Shift+Enter to Preview
Run