example {unicol} | R Documentation |
Primary colors of the University of Example, Country
Description
example
provides the four primary colors
of the University of Example, Country.
Usage
example
Format
An object of class character
of length 4.
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.
Value
A named vector of colors (HEX/HTML codes of type character).
Author(s)
unicol, 2023-10-15.
Source
Color definitions are based on the doc title (HTML or PDF).
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
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
[Package unicol version 0.3.0 Index]