R/r2dii_colours.R

#' Colour datasets
#'
#' All datasets have at least two columns:
#' * `label`: Text label of the colour.
#' * `hex`: Hex code of the colour.
#'
#' In `scenario_colours`, colours are ordered from red to green to be used in
#' trajectory charts.
#'
#' @name r2dii_colours
#' @family datasets
#'
#' @examples
#' palette_colours
#'
#' scenario_colours
#'
#' sector_colours
#'
#' technology_colours
NULL

#' @rdname r2dii_colours
"palette_colours"
#' @rdname r2dii_colours
"scenario_colours"
#' @rdname r2dii_colours
"sector_colours"
#' @rdname r2dii_colours
"technology_colours"

Try the r2dii.plot package in your browser

Any scripts or data that you put into this service are public.

r2dii.plot documentation built on May 31, 2023, 6:46 p.m.