gapdata2007 %>% ggplot(aes(x = continent, y = lifeExp)) + geom_boxplot() + geom_point(). This makes Figure 4.16(1). Multiple geoms together.
確定! 回上一頁