投稿者:ozaken 2019年11月17日 x <- rnorm(1000) hist(x, breaks = 10) hist(x, breaks = c(-5,0, 1, 2, 3, 4, 5)) hist(x, breaks = "Scott")