ggplot2 theme

A package that provides a quick way to create clean figures and lots of customaization parameters.

# devtools::install_github("soohyuna/themesoo")
library(themesoo)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +
  geom_point() +
  facet_wrap(~Species) +
  theme_soo()


soohyuna/themesoo documentation built on Aug. 21, 2019, 1:25 a.m.