探索 ggthemes
除了 ggplot2 之外,另一個內建主題的來源是 ggthemes 套件。工作空間已經包含先前的折線圖 plt_prop_unemployed_over_time。來試試幾個現成的 ggthemes 主題吧。
plt_prop_unemployed_over_time 可用。
本練習屬於課程
ggplot2 資料視覺化入門
動手互動練習
試著完成這個範例程式碼,體驗一下這個練習。
# Use the fivethirtyeight theme
plt_prop_unemployed_over_time +
___