R/data.R

#' Potline Colors
#'
#' A vector containing named colors from STJN potline - See getcolors vignette for
#' details
#'
#'
#' @format A named vector containing 10 colors
#' \describe{
#'   ...
#' }
#'
"colorVectorPotline"

#' Potline Palettes
#'
#' A list of sets (palettes) of colors from colorVectorPotline
#'
#'
#'
#' @format A list containing names vectors with colors from colorVectorPotline
#' \describe{
#'   ...
#' }
#'
"potlinePalettes"

#' Trimet Colors
#'
#' A vector containing named colors from Trimet Logo - See getcolors vignette for
#' details
#'
#'
#' @format A named vector containing 2 colors white and blue
#' \describe{
#'   ...
#' }
#'
"colorVectorTrimet"

#' Trimet Palette
#'
#' A list of sets (palettes) of colors from colorVectorTrimet
#'
#'
#'
#' @format A list containing names vectors with colors from colorVectorTrimet
#' \describe{
#'   ...
#' }
#'
"trimetPalette"
OlivierGranacher/customColors documentation built on April 4, 2022, 2:53 a.m.