ggluc
An R
package with Loyola University Chicago ggplot2
colors and
theme.
# install.packages("devtools")
devtools::install_github("qntkhvn/ggluc")
library(ggluc)
library(ggplot2)
ggplot(mtcars, aes(hp, mpg, color = mpg)) +
geom_point(size = 4) +
scale_color_luc_c(reverse = TRUE) +
theme_bw()
ggplot(faithfuld, aes(waiting, eruptions, fill = density)) +
geom_tile() +
scale_fill_luc_c() +
theme_bw()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.