Quiz Tutorial 5: Data Visualization with ggplot
This quiz complements Tutorial 5: Data Visualization with ggplot. It is only for your own self-assessment so you are free to submit as many times as you want.

Link to tutorial: https://www.kaggle.com/anichh/tutorial-5-data-visualization-with-ggplot
Sign in to Google to save your progress. Learn more
Q1: What is the name of the core that the packages readr, dplyr, and ggplot2 belong to? *
1 point
Q2: What do you think the argument `na.rm = TRUE` does? *
1 point
Q3: What do you think the argument `show.legend = TRUE` does? *
1 point
Q4: What does the graph look like? *
1 point
Q5: Which is the correct code for the question above? *
1 point
Q6: What do you think the argument `se = FALSE` does? *
1 point
Q7: Increasing the binwidth of a bar graph makes the graph more detailed. *
1 point
Q8: Match the following geometrics with the correct graph type. *
5 points
scatterplot
smoothed conditional means
bar chart
line graph
boxplot
geom_point
geom_smooth
geom_line
geom_boxplot
geom_bar
Q9: It is most useful to use facet functions when plotting continuous variables. *
1 point
Q10: What is the difference between legend.title and legend.text? *
1 point
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy