require('tidyverse')
tibble(x=rnorm(mean=0,n=100,sd=1)) %>% ggplot(aes(x=x)) + geom_histogram()
Sorry, your browser does not support SVG.
Author: Till Poppels
Created: 2019-10-10 Thu 15:57
Validate