polyomics_colours: Polyomics colours

View source: R/polyomics_colours.R

polyomics_coloursR Documentation

Polyomics colours

Description

List of approved Glasgow Polyomics colours

Usage

polyomics_colours()

Value

Vector of all approved Polyomics colours and their hex values

Examples

# Get the polyomics colours
cols <- polyomics_colours()

# Display Polyomics colours as a colour chart with colur name and hex value
n_seq <- seq_along(cols)
image(1, n_seq, t(as.matrix(n_seq)), col = cols,
      xlab = "", ylab = "", xaxt = "n", yaxt = "n", bty = "n",
      main = "Corporate colors for Glasgow Polyomics")
text(0.8, n_seq, names(cols), col = "white")
text(1.2, n_seq, cols, col = "white")


GrahamHamilton/PolyomicsColours documentation built on Oct. 3, 2022, 3:37 p.m.