UCS_warm: UCS warm color palettes

Description Usage Arguments Examples

Description

The UCS warm color palette has 4 colors - [1]yellow, [2]golden, [3]orange, and [4]magenta. Colors can be called individually or as a set. Alternatively, the object UCS_warm_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:4), col=UCS_warm(), labels="")

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

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