Skip to content

thmcmahon/themeTom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

themeTom

Tom's default ggplot2 theme

This is an r package to save me repeatedly specifying theme defaults.

Example

devtools::install_github('thmcmahon/themeTom')
library(themeTom)
library(tidyverse)

mtcars %>%
  ggplot(aes(hp, mpg)) +
  facet_wrap(~ as.factor(cyl)) +
  geom_point(shape = 1) +
  theme_tom() +
  labs(title = "mtcars plot of miles per gallon by horsepower")

example graph

About

Tom's default ggplot2 theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages