uni_lisbon {unicol} | R Documentation |
Colors of the University of Lisbon, Portugal
Description
uni_lisbon
provides the two basic (and monochromatic) colors
of the University of Lisbon, Portugal.
Usage
uni_lisbon
Format
An object of class character
of length 2.
Details
The 2 primary colors are
"black"
(corresponding to RGB 0 0 0
and HEX "#000000"
) and
"white"
(corresponding to RGB 255 255 255
and HEX "#FFFFFF"
).
uni_lisbon
is defined by R color names.
Value
A named vector of colors (HEX/HTML codes of type character).
Author(s)
P. M. Santos to unicol, 2023-08-17.
Source
Color definitions are based on ULisboa's Manual normas graficas (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
uni_lisbon
unikn::seecol(uni_lisbon, col_bg = "lightgrey",
main = "Colors of the University of Lisbon") # view color palette
unikn::demopal(uni_lisbon, main = "Universidade de Lisboa") # demo color palette
[Package unicol version 0.3.0 Index]