Learn R Programming

kulife (version 0.1-14)

kulife.colors: Color palette for faculty of Life Sciences, University of Copenhagen

Description

Sets the color palette to match the design of the faculty of Life Sciences, University of Copenhagen

Usage

kulife.colors(n = 4, KUgrey = FALSE)

Arguments

n
Positive integer. Number of brown tone colors in the palette.
KUgrey
Logical. Should the grey University of Copenhagen color be included in the palette.

Value

Returns the color palette.

References

http://designguide.ku.dk

See Also

palette

Examples

Run this code
kucols <- kulife.colors(3)
pie(1:4, col=kucols)

Run the code above in your browser using DataLab