Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pal_unikn

unikn default color palette (11 colors).


Description

pal_unikn combines the 5 blue colors from color palette pal_seeblau with the 6 non-blue colors of pal_unikn to a palette containing 11 color values.

Usage

pal_unikn

Format

An object of class data.frame with 1 rows and 11 columns.

Details

Adding seeblau5 (i.e., pal_seeblau[1]) to the default color palette pal_unikn also puts white at the central (middle) position of a palette with 11 values:

pal_unikn[[6]] is white or "#FFFFFF".

This is useful when creating color gradients.

See Also

pal_unikn for the default uni.kn color palette; pal_seeblau for the uni.kn seeblau color palette; seecol to show color palettes; usecol to use color palettes.

Examples

pal_unikn
dim(pal_unikn)         # 1 11

# Access by position:
pal_unikn[1]    # new color "seeblau5" (as df)
pal_unikn[[1]]  # new color value "#008ECE"

# Access by name: 
pal_unikn["seeblau5"]   # new color "seeblau5" (as df) 
pal_unikn[["seeblau5"]] # new color value "#008ECE"

# Plotting palette:
seecol(pal_unikn)

# Note:
pal_unikn[6] # "white" or "#FFFFFF" as central of 11 colors

unikn

Graphical Elements of the University of Konstanz's Corporate Design

v0.4.0
CC BY-SA 4.0
Authors
Hansjoerg Neth [aut, cre] (<https://orcid.org/0000-0001-5427-3141>), Nico Gradwohl [aut] (<https://orcid.org/0000-0002-8703-905X>)
Initial release
2021-03-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.