Let us first make a simple boxplot showing the actual data with jitter. gapminder %>% ggplot(aes(x=continent,y=lifeExp, fill=continent)) + ...
確定! 回上一頁