Show colors.
Show colors.
show_colors(colors = see::social_colors())
colors |
Color names. e.g.,
|
A gg
object.
show_colors() # default is to show see::social_colors() show_colors("blue") # blue show_colors("#0000FF") # blue (hex name) show_colors(RGB(0, 0, 255)) # blue (RGB) show_colors(see::pizza_colors()) # a specific palette
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.