Skip to content
R for the Rest of Us Logo

R in 3 Months (Spring 2026)

Quiz

Test your knowledge with the questions below. Answers are not scored and do not affect your certification at the end of the program, so feel free to try as many times as you need. If you have any questions, don't hesitate to use the comments field or to contact Gracielle by email.

Quiz

1.

Which code should I use to define the color of the contour line of my column plot?

The color argument is the one that changes the contour color of the bars and any geom with this property (e.g., some shapes in geom_points, geom_bar, geom_col). The fill property changes the filling color of the geoms.

The scale_fill_* family of functions map a scale of colors to the fill aesthetics, and so it does not change the color of the contour of bars.

The fill argument change the colors of the fill aesthetics, and so it does not change the color of the contour of bars.

The fill argument change the colors of the fill aesthetics, and so it does not change the color of the contour of bars.

Have any questions? Put them below and we will help you out!

You need to be signed-in to comment on this post. Login.

Course Content

144 Lessons