Skip to content

soohyuna/themesoo

Repository files navigation

title output
README
html_document

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

About

ggplot theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages