开始使用免费开始使用

探索 ggthemes

除了 ggplot2,另一个内置主题的来源是 ggthemes 包。工作区中已经包含之前的折线图 plt_prop_unemployed_over_time。让我们来试试一些现成的 ggthemes 主题。

plt_prop_unemployed_over_time 可用。

本练习是课程的一部分

使用 ggplot2 进行数据可视化入门

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Use the fivethirtyeight theme
plt_prop_unemployed_over_time +
  ___
编辑并运行代码