Learn R Programming

unicol (version 0.3.0)

otago: Colours of the University of Otago, NZ

Description

otago provides the four screen colours of the University of Otago, New Zealand.

Usage

otago

Arguments

Value

A named vector of colors (HEX/HTML codes of type character).

Format

An object of class character of length 4.

Author

unicol, 2023-09-08.

Details

The four screen colours are Otago blue defined as R: 0, G: 80, B: 143 or HEX "#00508F", Otago gold defined as R: 250, G: 198, B: 0 or HEX "#f9c013", Otago red defined as R: 198, G: 53, B: 29 or HEX "#ce2227", and Otago black defined as R: 0, G: 0, B: 0 or HEX "#1b1c20".

otago uses the HEX color definitions.

See Also

seecol for viewing and comparing color palettes; usecol for using color palettes; simcol for finding similar colors; newpal for defining new color palettes; grepal for finding named colors.

Other New Zealand university color palettes: auckland_1, auckland_2, waikato

Examples

Run this code
otago
unikn::seecol(otago, main = "Colours of the University of Otago, NZ")  # view color palette

Run the code above in your browser using DataLab