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
p <- ggplot() + geom_point(aes(mpg, wt), data=mtcars) +
     theme_xkcd()
p

EDiLD/xkcd2 documentation built on May 6, 2019, 3:06 p.m.