R Plots

Let's do something plotting using R.

hist(rnorm(10000))
1.png
hist(rpois(10000, 5))
2.png