尝试加号,我每周至少犯一次这个错误.
data_frame(value = rbinom(n = 100, size = 100, prob = 0.3)) %>% ggplot(mapping = aes(x = value)) + geom_histogram()