R/pal538.R

#' Fivethirtyeight theme colors
#'
#' Creates a named character vector of Fivethirtyeight's colors
#'
#' @return None
#'
#' @examples
#' pal538()
#'
#' @export
pal538 <- c(dkgray = "#3C3C3C", medgray = "#D2D2D2", ltgray = "#F0F0F0", red = "#FF2700", blue = "#008FD5", green = "#77AB43")
jrfarrer/jrfTools documentation built on May 19, 2019, 11:52 p.m.