pal_unikn_light
dim(pal_unikn_light) # 1 8
# Access by position:
pal_unikn_light[1] # color "seeblau3" (as df)
pal_unikn_light[[1]] # color value "#59C7EB"
# Access by name:
pal_unikn_light["seeblau3"] # color "seeblau3" (as df)
pal_unikn_light[["seeblau3"]] # color value "#59C7EB"
# Plotting palette:
seecol(pal_unikn_light)
Run the code above in your browser using DataLab