Skip to content

FlowWest/fwthemes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

ggplot2 themes for FlowWest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages