R/dk_sequential_palette.R

#' DataKind Recommended Palette For Sequential Data
#'
#' A list containing an extended palette for use when making visualisations
#' for DataKind with data in sequential order.
#'
#' @format A list of strings, each is a colour hex code.
#' \describe{
#'   \item{dk_palette}{List of datakind colour hex codes.}
#'   \item{colours:}{("#404040", "#804d00" , "#BB6600" , "#FF6600", "#FF9900", "#FFCC33" , "#FFCC99")}
#' }
"dk_sequential_palette"

# dk_sequential_palette <- c("#404040" , "#804d00" , "#BB6600" , "#FF6600",
#                             "#FF9900" , "#FFCC33" , "#FFCC99")
cormac85/datakindr documentation built on May 13, 2019, 1:36 a.m.