Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggautothemes by Lukas Taylor

Managing ggplot themes shouldn't be such a hassle. So, I've done the work for you! Run our autoallthemes function and R will start a slideshow showing your ggplot2 plot in various themes.

Quick Installation:

library(devtools)
install_github("lukastay/ggautothemes")
library(ggautothemes)

To Run A Slideshow Of All The Themes, Simply Input A ggplot Object:

g <- ggplot(faithful)
autoallthemes(g)

autoallthemes

Once You've Found A Theme You Like, You Can Plot It. Or Set HQExport To True To Export It As A Professional Grade Raster Image File:

autochoosetheme(g, theme = "theme_light", HQexport = TRUE, size = "small")

choose_theme

About

Takes in your ggplot2 graph and outputs a plot of multiple themes.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages