powered by
This function creates an XKCD theme, applying the 'xkcd' font if available.
theme_xkcd()
A theme object.
theme
if (FALSE) { # Assuming 'xkcd' font is installed and registered: p <- ggplot(mtcars, aes(mpg, wt)) + geom_point() + theme_xkcd() p }
Run the code above in your browser using DataLab