Learn R Programming

tidypaleo (version 0.1.4)

theme_paleo: A Paleo-friendly ggplot2 theme

Description

Essentially, this is ggplot2::theme_bw() with a few modifications

Usage

theme_paleo(...)

Value

A complete ggplot2::theme()

Arguments

...

Passed to ggplot2::theme_bw()

Examples

Run this code
library(ggplot2)

ggplot(mpg, aes(cty, hwy)) +
  geom_point() +
  theme_paleo()

Run the code above in your browser using DataLab