df_2017 %>% ggplot(aes(x = log_gdp_per_capita, y = healthy_life_expectancy_at_birth)) + geom_point() + geom_vline(aes(xintercept ...
確定! 回上一頁