p <- ggplot() + geom_point(aes(mpg, wt), data=mtcars) +
theme_xkcd()
## Warning in theme_xkcd(): Not xkcd fonts installed! See vignette("xkcd-
## intro")
p
p <- ggplot() + geom_point(aes(mpg, wt), data=mtcars) +
theme_xkcd()
## Warning in theme_xkcd(): Not xkcd fonts installed! See vignette("xkcd-
## intro")
p