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
Run the code above in your browser using DataLab