powered by
theme_xkcd()
Various Authors 2012. How can we make xkcd style graphs in R? http://stackoverflow.com/questions/12675147/how-can-we-make-xkcd-style-graphs-in-r
http://simonsoftware.se/other/xkcd.ttf
p <- ggplot() + geom_point(aes(mpg, wt), data=mtcars) + theme_xkcd() p
Run the code above in your browser using DataLab