Learn R Programming

schtools (version 0.4.1)

theme_sovacool: Kelly's go-to theme for ggplot2

Description

Uses ggplot2::theme_bw() and removes margins.

Usage

theme_sovacool()

Arguments

Value

list of ggproto objects

Author

Kelly Sovacool sovacool@umich.edu

Examples

Run this code
library(ggplot2)
ggplot(mtcars) +
  aes(x = mpg, y = wt, color = cyl) +
  geom_point() +
  theme_sovacool()

Run the code above in your browser using DataLab