theme_sovacool {schtools}R Documentation

Kelly's go-to theme for ggplot2

Description

Uses ggplot2::theme_bw() and removes margins.

Usage

theme_sovacool()

Value

list of ggproto objects

Author(s)

Kelly Sovacool sovacool@umich.edu

Examples

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

[Package schtools version 0.4.1 Index]