Last chance! 50% off unlimited learning
Sale ends in
pals(name = NULL, bg = "white")
name=NULL
(by default)wheel
# default use
pals()
# color names of palette 'terra'
pals("terra")
# pizza wheel for palette 'cheer'
pizza(pals("cheer"), init.angle = 90)
# color wheel for first color in palette 'fish'
wheel(pals("fish")[1])
Run the code above in your browser using DataLab