Learn R Programming

xkcd (version 0.0.6)

theme_xkcd: Creates an XKCD theme

Description

This function creates an XKCD theme

Usage

theme_xkcd()

Arguments

Value

A layer with the theme.

Examples

Run this code
# NOT RUN {
p <- ggplot() + geom_point(aes(mpg, wt), data=mtcars) +
     theme_xkcd()
p
# }

Run the code above in your browser using DataLab