theme_xkcd {xkcd} | R Documentation |
Creates an XKCD theme
Description
This function creates an XKCD theme
Usage
theme_xkcd()
Value
A layer with the theme.
Note
See the vignette vignette("xkcd-intro")
Examples
## Not run:
p <- ggplot() + geom_point(aes(mpg, wt), data=mtcars) +
theme_xkcd()
p
## End(Not run)
[Package xkcd version 0.0.6 Index]