Skip to contents

Prints the built-in Shennong palettes and the names of available RColorBrewer palettes.

Usage

show_all_palettes()

Value

Invisibly returns NULL.

Examples

show_all_palettes()
#> Collection from paper
#> [1] "ZhangJian2024" "XuPan2024"    
#> RColorBrewer
#>  [1] "BrBG"     "PiYG"     "PRGn"     "PuOr"     "RdBu"     "RdGy"    
#>  [7] "RdYlBu"   "RdYlGn"   "Spectral" "Accent"   "Dark2"    "Paired"  
#> [13] "Pastel1"  "Pastel2"  "Set1"     "Set2"     "Set3"     "Blues"   
#> [19] "BuGn"     "BuPu"     "GnBu"     "Greens"   "Greys"    "Oranges" 
#> [25] "OrRd"     "PuBu"     "PuBuGn"   "PuRd"     "Purples"  "RdPu"    
#> [31] "Reds"     "YlGn"     "YlGnBu"   "YlOrBr"   "YlOrRd"