washi_pal_view {washi} | R Documentation |
Show the colors within a palette in a plot.
washi_pal_view(palette = "color_blind", 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 plot with each color displayed.
Other color palette functions:
washi_pal_setup()
,
washi_pal
washi_pal_view("standard")
washi_pal_view("color_blind")
washi_pal_view("blue_gradient", 4, reverse = TRUE)