The package colorspace provides GUI for selecting a palette. On the call of choose_palette() function the following window pops-up:
When the palette is chosen, just hit OK and do not forget to store the output in a variable, e.g. pal.
pal <- choose_palette()
The output is a function that t...