R/colors.R

#' Arup Color Palette
#'
#' Color Palette for Arup's standard colors
#' @keywords Arup colors palette
#' @export
#' @examples
#' palette(arupcolors)
#' test <- seq(1:6)
#' dotchart(test, color = 1:6)
#' legend('topleft', legend = test, col = 1:6, cex = 1, pch = 1)

# Arup Theme Colors - en-US spelling
arupcolors <- c("#D22D7D", "#28AAE1", "#F05023", "#696EB4", "#FA9B1E", "#28AF73", "#7F7F7F")
lingwhatics/daleym documentation built on May 21, 2019, 6:16 a.m.