UCS_cool: UCS cool color palette

Description Usage Arguments Examples

Description

The UCS cool color palette has 5 colors - [1]indigo, [2]medium_blue, [3]cyan, [4] yellow_green and [5] green. Colors can be called individually or as a set. Alternatively, the object UCS_cool_colors can be used to access hex codes for each color.

Usage

1

Arguments

x

Examples

1
2
3
4
5
6
7
8
Pie charts can be a misleading way to display data,
but a great way to demonstrate how to call UCS brand colors.

#To use the entire palette
pie(c(1:5), col=UCS_cool(), labels="")

#To isolate individual colors
pie(c(1,1),col=c(UCS_cool(2), UCS_cool(4)), labels="")

ucsusa/UCSpalette documentation built on May 7, 2019, 9:24 p.m.