使用 geom_histogram() 繪製直方圖來探索數值的分佈。 hist_plot <- ggplot(gapminder_2007, aes(x = gdpPercap)) + ...
確定! 回上一頁