library(ggplot2) ggplot(df, aes(x=x)) + geom_histogram(bins=10) ... Example: Set Number of Bins for Histogram in ggplot2.
確定! 回上一頁