View source: R/polyomics_colours.R
| polyomics_colours | R Documentation |
List of approved Glasgow Polyomics colours
polyomics_colours()
Vector of all approved Polyomics colours and their hex values
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.