A basic dot plot
As shown in the video, use only geom_path() to create the basic structure of the dot plot.
Deze oefening maakt deel uit van de cursus
Communicating with Data in the Tidyverse
Oefeninstructies
- Create a new ggplot object which takes
ilo_dataas data set. - Add a
geom_path()geometry where the weekly working hours are mapped to the x-axis and countries to the y-axis.
Praktische interactieve oefening
Probeer deze oefening eens door deze voorbeeldcode in te vullen.
# Create the dot plot
___