README.md

fwthemes

A set of ggplot2 used at FlowWest

Installation

remotes::install_github("flowwest/fwthemes")

Usage

Use on a single plot

some_data %>% 
  ggplot2(aes(x, y)) + 
  geom_point() +
  theme_fwfiver() # set theme

Or globally in a session

theme_set(theme_fwfiver())

some_data %>% 
  ggplot2(aes(x, y)) + 
  geom_point()


FlowWest/fwthemes documentation built on March 26, 2020, 12:04 a.m.