1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Communicating with Data in the Tidyverse

Connected

अभ्यास

A basic scatter plot

In this exercise, you will create a very basic scatter plot with ggplot2. This is mostly a repetition of stuff you've learnt in the prerequisites for this course, so it should be easy for you.

निर्देश

100 XP
  • Filter the data for the year 2006. Save this filtered data set in a new variable called plot_data.
  • Use plot_data to create a scatter plot with working_hours on the x-axis and hourly_compensation on the y-axis.