powered by
This function creates an XKCD theme
theme_xkcd()
A layer with the theme.
# NOT RUN { p <- ggplot() + geom_point(aes(mpg, wt), data=mtcars) + theme_xkcd() p # }
Run the code above in your browser using DataLab