colourList {roloc} | R Documentation |
Define a list of colour names, which includes both colour names and a set of sRGB specifications corresponding to the names.
colourList(names, colours)
colorList(names, colours)
names |
A character vector of colour names. |
colours |
An |
A "colourList"
object.
Paul Murrell
colourList("red", colorspace::RGB(1, 0, 0))