Base
Posts
Index
R Plots
Let's do something plotting using R.
hist(rnorm(10000))
hist(rpois(10000, 5))