README.md

Project Status: Active – The project has reached a stable, usable
state and is being actively
developed. R-CMD-check License:
CC0-1.0

ggluc

An R package with Loyola University Chicago ggplot2 colors and theme.

Set up

# install.packages("devtools")
devtools::install_github("qntkhvn/ggluc")
library(ggluc)

Examples

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



qntkhvn/ggluc documentation built on May 16, 2022, 12:23 p.m.