theme_xkcd: Creates an XKCD theme

Description Usage Value Note Examples

Description

This function creates an XKCD theme

Usage

1

Value

A layer with the theme.

Note

See the vignette vignette("xkcd-intro")

Examples

1
2
3
4
5
6
## Not run: 
p <- ggplot() + geom_point(aes(mpg, wt), data=mtcars) +
     theme_xkcd()
p

## End(Not run)

Example output

Loading required package: ggplot2
Loading required package: extrafont
Registering fonts with R
Warning message:
In theme_xkcd() : Not xkcd fonts installed! See vignette("xkcd-intro")

xkcd documentation built on May 2, 2019, 9:43 a.m.