washi_pal_setup {washi} | R Documentation |
Choose desired number of colors and whether the colors are reversed.
washi_pal_setup(palette = "standard", n, reverse = FALSE)
palette |
Character name of palette in washi_pal. See
|
n |
Number of colors in palette. |
reverse |
Boolean indicating whether the palette should be reversed. Default is FALSE. |
A vector of color hex codes.
Other color palette functions:
washi_pal_view()
,
washi_pal
washi_pal_setup("color_blind")
washi_pal_setup("green_gradient", 12)