使用 geom_boxplot() 繪製盒鬚圖來探索不同類別與數值分佈的關係。 box_plot <- ggplot(gapminder_2007, aes(x = continent, y = gdpPercap)) + geom_boxplot() ...
確定! 回上一頁