Histogram 呈現的是單一數字參數的分佈情形,也就是只有X-axis 是variable,Y-axis 則是X-axis 的數據。 ggplot(mpg, aes(cty)) + geom_histogram(). 可以 ...
確定! 回上一頁