Learn R Programming

unicol (version 0.3.0)

example: Primary colors of the University of Example, Country

Description

example provides the four primary colors of the University of Example, Country.

Usage

example

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-10-15.

Details

The 4 primary colors of the University of Example are "Uni pink" (defined as HEX "#E0607E"), "bright grey" (defined as HEX "#CCCCCC"), "dark gray" (defined as HEX "#4C4C4C"), and "black" (defined as the R color "black" or HEX "#000000").

example 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.

Examples

Run this code
example
unikn::seecol(example, main = "Colors of the University of Example")  # view color palette
unikn::demopal(example, main = "Illustrating the colors of Example")  # demo color palette 

Run the code above in your browser using DataLab