title: "README" output: html_document
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.