1. 学ぶ
  2. /
  3. コース
  4. /
  5. Communicating with Data in the Tidyverse

Connected

演習

A basic dot plot

As shown in the video, use only geom_path() to create the basic structure of the dot plot.

指示

100 XP
  • Create a new ggplot object which takes ilo_data as data set.
  • Add a geom_path() geometry where the weekly working hours are mapped to the x-axis and countries to the y-axis.