R/chart-colours.R

Defines functions chart_colours

Documented in chart_colours

#' Function creating a custom colour palette
#' @export

chart_colours <- function() {

  # colour palette in HEX
  colours <- c("#2c7bb6", "#d7191c", "#018571", "#fe9929", "#969696", "#fa9fb5")

  return(colours)

}
pgarnry/ggplotHelper documentation built on May 25, 2019, 2:54 a.m.