who_palettes: World Health Organization-inspired palettes

Description Usage Arguments Author(s) See Also Examples

View source: R/who_palettes.R

Description

World Health Organization-inspired palettes

Usage

1
2
3
4
5
6
7
who_palettes(
  palette = "main",
  reverse = FALSE,
  n = NULL,
  add_missings = FALSE,
  ...
)

Arguments

palette

A character string. the colours of choice, current options are "main", "light" and "misc" for mixed colours as well as "purple", "turquoise", "blue", "magenta", "brown", "misc", "green", and "red".

reverse

Logical, defaults to FALSE. Should the palette be reversed.

n

Number of colours desired. If a specific value is given which corresponds to the length of a palette used in the 2019 WHO TB report, this palette is returned, else the number of entries in the palette with the most colour options (up to its full length) is returned. Defaults to NULL which returns the longest palette.

add_missings

Add a grey and white colour to the palette, defaults to FALSE.

...

Pass additional arguments to colorRampPalette.

Author(s)

Maria Bekker-Nielsen Dunbar

Sam Abbott

See Also

scale_colour_who scale_fill_who

Examples

1
2
# Set up the main palette but reversed.
who_palettes(palette = "main", reverse = TRUE)

seabbs/getTBinR documentation built on June 16, 2020, 12:44 p.m.