Skip to content

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

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

lukastay/ggautothemes

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

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages